
  

  
  

  
  
  
  
    


@layer base {
  
  body, :host {
    /* Color */
    --neutral-0: #0F0F0F;
--neutral-1: #1C1C1C;
--neutral-2: #323232;
--neutral-3: #484848;
--neutral-4: #5D5D5D;
--neutral-5: #737373;
--neutral-6: #898989;
--neutral-7: #9E9E9E;
--neutral-8: #B4B4B4;
--neutral-9: #CACACA;
--neutral-10: #e8e8e8;
--neutral-11: #f2f2f2;
--neutral-12: #fafafa;
--brown-1: #2f291d;
--brown-2: #2b2317;
--brown-3: #392e1e;
--brown-4: #694818;
--brown-5: #8B6022;
--brown-6: #AC782C;
--brown-7: #CE9036;
--brown-8: #D8A357;
--brown-9: #E1B779;
--brown-10: #EACA9B;
--brown-11: #F2DDBF;
--brown-12: #FAF0E2;
--khaki-1: #242624;
--khaki-2: #393D39;
--khaki-3: #4E534E;
--khaki-4: #636A63;
--khaki-5: #788078;
--khaki-6: #8E958E;
--khaki-7: #A4AAA4;
--khaki-8: #BBBFBB;
--khaki-9: #D1D4D1;
--khaki-10: #E7E9E7;
--khaki-11: #EFF0EF;
--khaki-12: #EFF0EF;
--success-1: #0A260A;
--success-2: #134813;
--success-3: #1D691D;
--success-4: #278A27;
--success-5: #33AA33;
--success-6: #43C543;
--success-7: #63D163;
--success-8: #83DC83;
--success-9: #A4E6A4;
--success-10: #C6F0C6;
--success-11: #E7F9E7;
--success-12: #E6F9E6;
--warning-1: #302200;
--warning-2: #5C4100;
--warning-3: #876000;
--warning-4: #B27F00;
--warning-5: #DC9E02;
--warning-6: #FAB70F;
--warning-7: #FDC537;
--warning-8: #FFD261;
--warning-9: #FFDE8C;
--warning-10: #FFEBB7;
--warning-11: #FFF6E0;
--warning-12: #FFF6E0;
--critical-1: #1B0704;
--critical-2: #401202;
--critical-3: #691E04;
--critical-4: #912B07;
--critical-5: #B9380B;
--critical-6: #DF4610;
--critical-7: #F25D28;
--critical-8: #F77B4F;
--critical-9: #FA9977;
--critical-10: #FDB8A0;
--critical-11: #FED7C9;
--critical-12: #FFE8E0;
--overlay-a1: #ffffff0d;
--overlay-a2: #ffffff1a;
--overlay-a3: #ffffff26;
--overlay-a4: #ffffff33;
--overlay-a5: #ffffff4d;
--overlay-a6: #ffffff66;
--overlay-a7: #ffffff80;
--overlay-a8: #ffffff99;
--overlay-a9: #ffffffb3;
--overlay-a10: #ffffffcc;
--overlay-a11: #ffffffe6;
--overlay-a12: #fffffff2;
--overlay-inverted-a1: #0000000d;
--overlay-inverted-a2: #0000001a;
--overlay-inverted-a3: #00000026;
--overlay-inverted-a4: #00000033;
--overlay-inverted-a5: #0000004d;
--overlay-inverted-a6: #00000066;
--overlay-inverted-a7: #00000080;
--overlay-inverted-a8: #00000099;
--overlay-inverted-a9: #000000b3;
--overlay-inverted-a10: #000000cc;
--overlay-inverted-a11: #000000e6;
--overlay-inverted-a12: #000000f2;
--focus: var(--accent-1);
--primary: transparent;
--primary-hover: transparent;
--accent-1: var(--critical-8);
--accent-2: var(--success-10);
--shadows: #24262405;
--dashboard-primary: var(--khaki-3);
--dashboard-primary-hover: var(--khaki-4);
--bg-body: var(--brown-12);
--bg-1: var(--neutral-12);
--bg-2: var(--brown-11);
--dashboard-bg-body: var(--neutral-12);
--dashboard-bg-1: var(--neutral-11);
--dashboard-bg-2: var(--neutral-10);
--dashboard-border: var(--overlay-inverted-a2);
--success-primary: var(--success-8);
--success-bg: var(--success-12);
--warning-primary: var(--warning-8);
--warning-bg: var(--warning-12);
--critical-primary: var(--critical-6);
--critical-bg: var(--critical-12);
--info-primary: var(--neutral-6);
--info-bg: var(--neutral-12);
--btn-pri-bg: var(--khaki-2);
--btn-pri-border: var(--khaki-2);
--btn-pri-text: var(--brown-12);
--btn-pri-bg-hover: var(--khaki-3);
--btn-pri-border-hover: var(--khaki-3);
--btn-pri-text-hover: var(--brown-12);
--btn-sec-bg: var(--khaki-10);
--btn-sec-border: var(--khaki-10);
--btn-sec-text: var(--neutral-0);
--btn-sec-bg-hover: var(--khaki-9);
--btn-sec-border-hover: var(--khaki-9);
--btn-sec-text-hover: var(--neutral-0);
--btn-ter-bg: var(--overlay-inverted-a1);
--btn-ter-border: transparent;
--btn-ter-text: var(--text-khaki-100);
--btn-ter-bg-hover: var(--overlay-inverted-a2);
--btn-ter-border-hover: transparent;
--btn-ter-text-hover: var(--text-khaki-100);
--text-100: var(--neutral-0);
--text-075: #0f0f0fbf;
--text-050: #0f0f0f80;
--text-025: #0f0f0f40;
--text-alternate-100: var(--bg-1);
--text-alternate-075: #fafafabf;
--text-alternate-050: #fafafa80;
--text-alternate-025: #fafafa40;
--text-khaki-100: var(--khaki-2);
--text-khaki-075: #393d39bf;
--text-khaki-050: #393d3980;
--text-khaki-025: #393d3940;
--heading-normal: #b70fff;
--heading-black: #b70fff;
--heading-alternate: #b70fff;
--heading-white: #b70fff;
--text-normal: #b70fff;
--text-muted: #b70fff;
--text-black: #b70fff;
--text-alternate: #b70fff;
--text-alternate-muted: #b70fff;
--text-white: #b70fff;
    /* Fonts */
    --font-sairacondensed: 'Saira Condensed',sans-serif;
--font-saira: 'Saira',sans-serif;
--font-inter: 'Inter',sans-serif;

    /* Font size */
    --text-xs: 0.75rem;
--text-sm: 0.875rem;
--text-md: 1rem;
--text-lg: 1.125rem;
--text-xl: 1.25rem;
--text-2xl: 1.5rem;
--text-3xl: 1.875rem;
--text-4xl: 2.75rem;
--text-5xl: 3.5rem;
--text-6xl: 5rem;
--text-7xl: 6rem;
    /* Font weight */
    --normal: 400;
--medium: 500;
--semi: 600;
--bold: 700;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    --rounding-none: 0px;
--rounding-sm: 1.5rem;
--rounding-md: 2rem;
--rounding-lg: 2.5rem;
--rounding-full: 9999px;
--border-none: 0px;
--border-md: 1px;
--border-lg: 2px;
--line-height-xs: 0.9rem;
--line-height-sm: 1.05rem;
--line-height-md: 1.2rem;
--line-height-lg: 1.35rem;
--line-height-xl: 1.5rem;
--line-height-2xl: 1.8rem;
--line-height-3xl: 2.0625rem;
--line-height-4xl: 2.75rem;
--line-height-5xl: 3.15rem;
--line-height-6xl: 4.5rem;
--line-height-7xl: 5.4rem;
--letter-spacing-xs: 0rem;
--letter-spacing-sm: 0rem;
--letter-spacing-md: 0rem;
--letter-spacing-lg: 0rem;
--letter-spacing-xl: 0rem;
--letter-spacing-2xl: 0rem;
--letter-spacing-3xl: 0rem;
--letter-spacing-4xl: -0.045rem;
--letter-spacing-5xl: -0.0575rem;
--letter-spacing-6xl: -0.075rem;
--interactive-height-sm: 2rem;
--interactive-height-md: 2.5rem;
--interactive-height-lg: 3rem;
--toggle-height-md: 1.5rem;
--spinner-size-sm: 1rem;
--spinner-size-md: 1.25rem;
--spinner-size-lg: 1.5rem;
--side-menu-width: 260px;
--header-height: 4.5rem;
--avatar-size-sm: 1.5rem;
--avatar-size-md: 2.5rem;
--avatar-size-lg: 4rem;
--avatar-size-xl: 5rem;
--badge-size-sm: 1.5rem;
--badge-size-md: 2rem;
--badge-size-lg: 2.5rem;
--shadow-1: 0 0.125rem 0.25rem var(--shadows), 0 0.25rem 0.375rem var(--shadows), 0 0.375rem 0.5rem var(--shadows);
--shadow-2: 0 0.25rem 0.5rem var(--shadows), 0 0.5rem 0.75rem var(--shadows), 0 0.75rem 1rem var(--shadows);
--shadow-3: 0 0.5rem 1rem var(--shadows), 0 1rem 1.5rem var(--shadows), 0 1.5rem 2rem var(--shadows);
--dashboard-gap: 0.5rem;
--dashboard-card-padding: 1.25rem;
--dashboard-padding-global: clamp(1rem, 0.875rem + 0.39vw, 1.5rem);
--blur: 20px;
--padding-global: clamp(1rem, 5vw, 4rem);
--padding-none: 0rem;
--padding-sm: 4rem;
--padding-md: 7rem;
--padding-lg: 10rem;
--container-full: 140rem;
--container-lg: 96rem;
--container-md: 80rem;
--container-sm: 64rem;
--container-xs: 48rem;
--container-none: 0rem;
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}


    .eiuFXf {
      width:100%;
      min-height:100vh;
      align-items:start;
      justify-content:start;
    }

    .eojQnT {
      width:var(--side-menu-width);
      height:100dvh;
      z-index:var(--navigation-menu);
      position:fixed;
      transition:all 300ms ease 0ms normal;
      border-right-color:var(--neutral-4, #E8E8EC);
      border-right-style:solid;
      border-right-width:1px;
    }

    @media (max-width: 1024px) {

    .eojQnT {
      width:280px;
      display:flex;
      max-width:90vw;
      translate:-100%;
      flex-direction:column;
    }
    }

    @media (max-width: 1024px) {

    .eojQnT.open {
      display:flex;
      translate:0;
      transition:var(--transition-in);
      flex-direction:column;
    }
    }

    .eojQnT.open {
      transition:all 320ms ease 0ms normal;
    }

    .doWZSZ {
      top:0px;
      left:0px;
      width:20px;
      bottom:0px;
      position:absolute;
    }

    .edTZuU {
      flex:1;
      color:var(--text-075);
      display:inline-block;
      font-size:var(--font-size);
      margin-top:var(--margin-top);
      font-family:Inter;
      font-weight:inherit;
      line-height:var(--line-height);
      white-space:normal;
      margin-bottom:var(--margin-bottom);
      letter-spacing:var(--letter-spacing);
    }

    .edTZuU.truncated {
      overflow:hidden;
      white-space:nowrap;
      text-overflow:ellipsis;
    }

    .edTZuU.clamped {
      display:-webkit-box;
      overflow:hidden;
      -webkit-box-orient:vertical;
      -webkit-line-clamp:var(--clamp-lines);
    }

    .ui-tabs-trigger-button\:9sijbptjWrXPdG9rYFaXi {
      color:inherit;
    }

    .fca-DUD {
      width:fit-content;
      cursor:pointer;
      height:auto;
      touch-action:manipulation;
      -webkit-tap-highlight-color:transparent;
    }

    .fca-DUD.cursor_default {
      cursor:default;
    }

    .ui-tabs-trigger-button\:so45qFkjY5-ctJyPe-Jyl {
      color:var(--text-100);
      cursor:pointer;
      height:3rem;
      row-gap:0.625rem;
      z-index:0;
      flex-wrap:wrap;
      font-size:var(--text-md);
      column-gap:0.625rem;
      transition:all 200ms ease normal normal;
      align-items:center;
      font-weight:var(--semi);
      user-select:none;
      white-space:nowrap;
      border-radius:var(--rounding-sm);
      text-overflow:ellipsis;
      flex-direction:row;
      outline-offset:var(--border-md);
      -ms-user-select:none;
      justify-content:start;
      -moz-user-select:none;
      background-color:transparent;
      -webkit-user-select:none;
      -webkit-tap-highlight-color:transparent;
    }

    .ui-tabs-trigger-button\:so45qFkjY5-ctJyPe-Jyl:hover::after {
      top:0px;
      left:-0.75rem;
      right:-0.75rem;
      bottom:0px;
      content:"";
      z-index:-1;
      position:absolute;
      background:var(--dashboard-bg-1);
      pointer-events:none;
      border-top-left-radius:var(--rounding-full);
      border-top-right-radius:var(--rounding-full);
      border-bottom-left-radius:var(--rounding-full);
      border-bottom-right-radius:var(--rounding-full);
    }

    .ui-tabs-trigger-button\:so45qFkjY5-ctJyPe-Jyl:active {
      transition:none;
    }

    .ui-tabs-trigger-button\:so45qFkjY5-ctJyPe-Jyl:focus-visible::after {
      top:0px;
      left:-0.75rem;
      right:-0.75rem;
      bottom:0px;
      content:"";
      z-index:-1;
      position:absolute;
      outline-color:var(--focus);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
      pointer-events:none;
      border-top-left-radius:var(--rounding-full);
      border-top-right-radius:var(--rounding-full);
      border-bottom-left-radius:var(--rounding-full);
      border-bottom-right-radius:var(--rounding-full);
    }

    .ui-tabs-trigger-button\:so45qFkjY5-ctJyPe-Jyl.disabled {
      opacity:0.3;
    }

    .navigation-menu\:1IbjHQhN7vgKXM1qtJbvU {
      flex:1;
      width:100%;
    }

    .ui-tabs\:root {
      gap:0.75rem;
      flex:1;
      width:100%;
    }

    .bqlEYS {
      top:0px;
      left:0px;
      width:var(--width);
      height:var(--height);
      display:flex;
      position:absolute;
      translate:var(--translate-x) var(--translate-y);
      flex-direction:column;
      pointer-events:none;
    }

    .bqlEYS.hidden {
      transition:none;
    }

    .ui-tabs\:WTrIImplj89tSWdjL4-N0 {
      top:100%;
      height:0.15rem;
      transition:translate 200ms ease 0ms normal, width 200ms ease 0ms normal;
      border-bottom-color:var(--accent-1);
      border-bottom-style:solid;
      border-bottom-width:0.2rem;
      border-top-left-radius:var(--rounding-sm);
      border-top-right-radius:var(--rounding-sm);
    }

    .cxJHK {
      flex-direction:row;
    }

    .cxJHK.orientation-vertical {
      flex-direction:column;
    }

    .ui-tabs\:c6GUJqCn2OSZxgzTxhT63 {
      row-gap:1.75rem;
      column-gap:1.75rem;
    }

    .navigation-menu\:3sTbcJlbi1a9SHGjTfi7l {
      flex:1;
      width:100%;
      height:1px;
      display:flex;
      align-items:center;
      padding-left:0.25rem;
      padding-right:0.25rem;
      justify-content:space-between;
    }

    .navigation-menu\:4NfM9XJOHFEUB6Q7LVnQu {
      color:var(--neutral-12, #EEEEF0);
      font-weight:var(--semi);
      padding-left:0.75rem;
      padding-right:0.75rem;
    }

    .emrFNN {
      gap:0.25rem;
    }

    .bZqlFD {
      flex:1;
      width:calc(100% + 2rem);
      row-gap:1.5rem;
      column-gap:1.5rem;
      overflow-y:auto;
      margin-left:-1rem;
      padding-top:1.5rem;
      padding-left:1rem;
      touch-action:auto;
      padding-right:1rem;
      padding-bottom:3rem;
    }

    .navigation-menu\:AnfCDhaA7kGBpaZ7Yi1aT {
      flex:1;
      height:1px;
      padding-top:1rem;
      padding-bottom:1.5rem;
    }

    .dczWJL {
      gap:1.5rem;
      overflow-y:auto;
      padding-top:1.5rem;
      padding-left:0.25rem;
      padding-right:0.25rem;
      padding-bottom:0.5rem;
    }

    .eBYAUN {
      flex:1;
    }

    .eBYAUN.hidden {
      display:none;
    }

    .ui-tabs-content\:root {
      flex:1;
    }

    .ui-tabs-content\:root:focus-visible {
      outline-color:var(--focus);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
    }

    .navigation-menu\:RgXu1NEdVUSrv07zNW84I {
      flex:1;
      width:100%;
      height:1px;
    }

    .biPDmN {
      gap:0.625rem;
      color:var(--neutral-9, #60646C);
      overflow:hidden;
      flex-wrap:wrap;
      font-size:var(--text-md);
      transition:all 200ms ease normal normal;
      align-items:center;
      font-family:'Outfit';
      font-weight:var(--medium);
      padding-top:0.5rem;
      white-space:nowrap;
      padding-left:0.75rem;
      border-radius:var(--rounding-sm);
      padding-right:0.75rem;
      text-overflow:ellipsis;
      flex-direction:row;
      padding-bottom:0.5rem;
      justify-content:start;
    }

    .biPDmN:hover {
      background-color:var(--neutral-2, #F9F9FB);
    }

    .biPDmN:focus-visible {
      outline-color:var(--brand-8, #8DA4EF);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
    }

    .biPDmN:active {
      transition:none;
      background-color:var(--neutral-4, #E8E8EC);
    }

    .PvpZj {
      gap:1.5rem;
      overflow-y:auto;
      padding-bottom:0.5rem;
    }

    .cxxKCP {
      gap:0.25rem;
      width:100%;
    }

    .fePXaX {
      height:var(--header-height);
      align-items:start;
      padding-left:1rem;
      padding-right:1rem;
      justify-content:center;
    }

    .nqUsl {
      gap:1.5rem;
      display:flex;
      overflow-y:auto;
      align-items:flex-start;
      padding-bottom:0.5rem;
      justify-content:flex-end;
    }

    .bFtwKY {
      width:100%;
      height:1px;
      background-color:var(--grey-600, #525252);
    }

    .bFtwKY.orientation-vertical {
      width:1px;
      height:100%;
    }

    .ui-separator\:root {
      background:var(--overlay-inverted-a2);
    }

    .dOLgQY {
      display:flex;
      row-gap:0.5rem;
      column-gap:0.5rem;
      flex-direction:row;
    }

    .logo-clonable\:0cc6CjHH0mUVxIdC6Az3P {
      font-weight:var(--medium);
    }

    .logo-clonable\:D4-Jtr0Sqx6-6hGfUVhGJ {
      color:var(--neutral-8);
    }

    .cKmxfk {
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .xSPZC {
      display:flex;
      align-items:flex-start;
      justify-content:center;
    }

    .bPMOrW {
      display:flex;
      padding-left:0.75rem;
      padding-right:0.75rem;
      flex-direction:column;
    }

    .bAqpxd {
      gap:0.625rem;
      color:var(--text-075);
      overflow:hidden;
      flex-wrap:wrap;
      font-size:var(--text-md);
      transition:all 200ms ease normal normal;
      align-items:center;
      font-family:Inter;
      font-weight:var(--medium);
      padding-top:0.5rem;
      white-space:nowrap;
      padding-left:0.75rem;
      border-radius:var(--rounding-sm);
      padding-right:0.75rem;
      text-overflow:ellipsis;
      flex-direction:row;
      padding-bottom:0.5rem;
      justify-content:start;
    }

    .bAqpxd:hover {
      background:var(--overlay-inverted-a3);
    }

    .bAqpxd:focus-visible {
      outline-color:var(--brand-8, #8DA4EF);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
    }

    .bAqpxd:active {
      transition:none;
      background-color:var(--neutral-4, #E8E8EC);
    }

    .Components\:JT8p10AfJkEhynmi7kbcD {
      z-index:300;
    }

    .dDEgqM {
      top:0px;
      left:0px;
      right:0px;
      bottom:0px;
      opacity:0;
      position:fixed;
      transition:opacity 300ms ease 0ms normal;
      pointer-events:none;
      background-color:var(--overlay-inverted-a9, #000000b3);
    }

    .dDEgqM.open {
      opacity:1;
      transition:opacity 300ms ease 0ms normal;
      pointer-events:all;
    }

    .Components\:PR2tID3eu-tHE3KLyAU8w {
      z-index:150;
    }

    .bzbaKZ {
      width:var(--width);
      align-items:center;
      margin-left:var(--side-menu-width);
      justify-content:start;
    }

    @media (max-width: 1024px) {

    .bzbaKZ {
      width:100%;
      margin-left:0px;
      padding-top:var(--header-height);
    }
    }

    .gpuoF {
      gap:3rem;
    }

    .gtdnN {
      width:100%;
      row-gap:3rem;
      background:var(--overlay-a5);
      column-gap:3rem;
      padding-top:1.5rem;
      border-color:var(--overlay-a8);
      border-style:solid;
      border-width:var(--border-lg);
      padding-left:1.5rem;
      padding-right:1.5rem;
      flex-direction:column;
      padding-bottom:1.5rem;
      border-top-left-radius:var(--rounding-md);
      border-top-right-radius:var(--rounding-md);
      border-bottom-left-radius:var(--rounding-md);
      border-bottom-right-radius:var(--rounding-md);
    }

    .fxlmAw {
      color:var(--text-khaki-100);
      width:100%;
      font-size:var(--font-size);
      margin-top:var(--margin-top);
      font-family:"Saira Condensed";
      font-weight:var(--bold);
      line-height:var(--line-height);
      white-space:normal;
      margin-bottom:var(--margin-bottom);
      letter-spacing:var(--letter-spacing);
      text-transform:uppercase;
    }

    .fxlmAw.truncated {
      overflow:hidden;
      white-space:nowrap;
      text-overflow:ellipsis;
    }

    .fxlmAw.clamped {
      display:-webkit-box;
      overflow:hidden;
      -webkit-box-orient:vertical;
      -webkit-line-clamp:var(--clamp-lines);
    }

    .sub-section-title\:root {
      color:var(--text-100);
    }

    .egkcwx {
      width:fit-content;
    }

    .iqsvV {
      top:0px;
      left:0px;
      right:0px;
      bottom:0px;
      opacity:0;
      position:absolute;
      pointer-events:none;
    }

    .ui-radio-cards-item\:root {
      width:100%;
    }

    .ui-radio-cards-item\:VKEvTKgdir47xn54xF_FP {
      flex:1;
      cursor:pointer;
      display:flex;
      row-gap:0.5rem;
      background:var(--dashboard-bg-body);
      column-gap:0.5rem;
      transition:all 200ms ease 0ms normal;
      align-items:start;
      padding-top:1.125rem;
      border-color:var(--overlay-inverted-a3);
      border-style:solid;
      border-width:var(--border-md);
      padding-left:1.125rem;
      padding-right:1.125rem;
      flex-direction:column;
      padding-bottom:1.125rem;
      justify-content:start;
      border-top-left-radius:var(--rounding-sm);
      border-top-right-radius:var(--rounding-sm);
      border-bottom-left-radius:var(--rounding-sm);
      border-bottom-right-radius:var(--rounding-sm);
    }

    .ui-radio-cards-item\:VKEvTKgdir47xn54xF_FP:hover {
      border-color:var(--overlay-inverted-a5);
      border-style:solid;
    }

    .ui-radio-cards-item\:VKEvTKgdir47xn54xF_FP:active {
      transition:none;
    }

    .ui-radio-cards-item\:VKEvTKgdir47xn54xF_FP:focus-visible {
      outline-color:var(--focus);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
    }

    .ui-radio-cards-item\:VKEvTKgdir47xn54xF_FP.checked {
      background:color-mix(in srgb, var(--dashboard-bg-body), var(--accent-1) 10%);
      border-color:var(--accent-1);
      border-style:solid;
      border-width:var(--border-md);
    }

    .example-radio-cards\:byTm2m9lpAmg5lArZnEew {
      width:100%;
    }

    .fdPuuY {
      flex-direction:column;
    }

    .fdPuuY.orientation-horizontal {
      flex-direction:row;
    }

    .fdPuuY.disabled {
      opacity:0.5;
    }

    .ui-radio-group\:root {
      gap:0.25rem;
    }

    .example-radio-cards\:mkXVwsLB_zEwMtbUseCLI {
      width:100%;
    }

    .toggle-cards-description\:root {
      color:var(--text-050);
    }

    .ui-radio-cards-description\:root {
      display:inline-block;
      text-align:left;
    }

    .toggle-cards-title\:root {
      color:var(--text-100);
      font-weight:var(--semi);
    }

    .ui-radio-cards-title\:root {
      display:inline-block;
      text-align:left;
    }

    .cJtvre {
      cursor:default;
      align-items:center;
      justify-content:center;
    }

    .ui-context-menu-checkbox\:root {
      gap:0.5rem;
      color:var(--neutral-12, #EEEEF0);
      width:100%;
      height:var(--interactive-height-sm);
      font-size:var(--text-md);
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      font-family:'Outfit';
      font-weight:var(--normal);
      padding-left:0.75rem;
      border-radius:var(--rounding-md);
      outline-color:transparent;
      outline-style:solid;
      outline-width:0px;
      padding-right:0.75rem;
      flex-direction:row;
      justify-content:start;
    }

    .ui-context-menu-checkbox\:root:active {
      background-color:var(--brand-4, #33255B);
    }

    .ui-context-menu-checkbox\:root:focus {
      background-color:var(--brand-4, #33255B);
    }

    .ui-context-menu-checkbox\:root.disabled {
      color:var(--neutral-9, #6F6D78);
      background-color:transparent;
    }

    .ui-context-menu-checkbox\:Piox-Lue9kD-6TqCSTlmG {
      width:1rem;
      height:1rem;
    }

    .eobkWd {
      color:var(--color);
      width:1rem;
      height:1rem;
      display:flex;
      align-items:center;
      flex-direction:column;
      justify-content:center;
    }

    .menu-separator\:root {
      margin-top:0.25rem;
      margin-bottom:0.25rem;
    }

    .example-context-menu\:A3jX27ZoDp5vteDrGfSxQ {
      width:fit-content;
      display:inline-block;
      text-align:center;
    }

    .XgQFV {
      height:200px;
      display:flex;
      align-items:center;
      border-color:var(--neutral-5, #323035);
      border-style:dashed;
      border-width:var(--border-md);
      padding-left:1rem;
      border-radius:var(--rounding-lg);
      padding-right:1rem;
      flex-direction:column;
      justify-content:center;
    }

    .dYElHa {
      width:var(--width);
      height:var(--height);
      position:fixed;
      pointer-events:none;
    }

    .dYElHa.modal {
      pointer-events:all;
    }

    .zretP {
      display:flex;
      user-select:none;
      flex-direction:column;
      -ms-user-select:none;
      -moz-user-select:none;
      -webkit-user-select:none;
      -webkit-touch-callout:none;
      -webkit-text-size-adjust:none;
    }

    .brUwKv {
      top:var(--top);
      left:var(--left);
      width:1px;
      height:1px;
      position:absolute;
      visibility:hidden;
    }

    .ui-context-menu\:hXuzlNrxVUuLqZOIpN0ch {
      width:100%;
    }

    .dfDqVR {
      cursor:default;
    }

    .sc-context-menu-item\:root {
      user-select:none;
      -webkit-user-select:none;
    }

    .ui-context-menu-item\:root {
      color:var(--neutral-12, #EEEEF0);
      width:100%;
      height:var(--interactive-height-sm);
      font-size:var(--text-md);
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      font-family:'Outfit';
      font-weight:var(--normal);
      padding-left:0.75rem;
      border-radius:var(--rounding-md);
      outline-color:transparent;
      outline-style:solid;
      outline-width:0px;
      padding-right:0.75rem;
      flex-direction:row;
      justify-content:space-between;
    }

    .ui-context-menu-item\:root:active {
      background-color:var(--brand-4, #33255B);
    }

    .ui-context-menu-item\:root:focus {
      background-color:var(--brand-4, #33255B);
    }

    .ui-context-menu-item\:root.open {
      background-color:var(--brand-4, #33255B);
    }

    .ui-context-menu-item\:root.disabled {
      color:var(--neutral-9, #6F6D78);
      background-color:transparent;
    }

    .bjimQW {
      gap:0.125rem;
      align-items:center;
      padding-left:0.5rem;
      flex-direction:row;
      justify-content:start;
    }

    .eCZsLN {
      color:var(--neutral-9, #6F6D78);
      width:0.75rem;
      height:0.75rem;
    }

    .menu-item-shortcut\:da0isZECMw2nPVNetqsW7 {
      color:var(--neutral-9, #6F6D78);
    }

    .menu-item-shortcut\:hYeSqaU23-tX-qUiIlZCq {
      color:var(--neutral-9, #6F6D78);
    }

    .flCkpk {
      color:inherit;
      width:1rem;
      height:1rem;
      display:flex;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      margin-right:-0.5rem;
      flex-direction:column;
    }

    .example-context-menu\:TQNtpeegQIvJ6n15CQPq0 {
      t:;
    }

    .eFQaJC {
      top:var(--top);
      left:var(--left);
      position:absolute;
      outline-color:transparent;
      outline-style:none;
      outline-width:0px;
      pointer-events:all;
      transform-origin:var(--transform-origin-x) var(--transform-origin-y);
    }

    .eFQaJC:focus {
      outline-color:transparent;
      outline-style:none;
      outline-width:0px;
    }

    .eFQaJC.hidden {
      visibility:hidden;
      pointer-events:none;
    }

    .eFQaJC.match-anchor-width {
      width:var(--sc-anchor-width);
    }

    .ui-context-menu-sub-content\:root {
      gap:0.25rem;
      display:flex;
      opacity:0;
      min-width:200px;
      padding-top:0.5rem;
      border-color:var(--neutral-5, #323035);
      border-style:solid;
      border-width:var(--border-md);
      padding-left:0.5rem;
      border-radius:var(--rounding-lg);
      padding-right:0.5rem;
      flex-direction:column;
      padding-bottom:0.5rem;
      background-color:var(--neutral-0, #0b0a0b);
    }

    .ui-context-menu-sub-content\:root.open {
      opacity:1;
    }

    .ui-context-menu-sub-content\:root.open-transition {
      transition:opacity 200ms ease 0ms normal;
    }

    .ui-context-menu-sub-content\:root.bottom {
      margin-left:0.5rem;
    }

    .ui-context-menu-sub-content\:root.top {
      margin-left:0.5rem;
    }

    .ui-context-menu-radio-group-item\:root {
      gap:0.5rem;
      color:var(--neutral-12, #EEEEF0);
      width:100%;
      height:var(--interactive-height-sm);
      font-size:var(--text-md);
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      font-family:'Outfit';
      font-weight:var(--normal);
      padding-left:0.75rem;
      border-radius:var(--rounding-md);
      outline-color:transparent;
      outline-style:solid;
      outline-width:0px;
      padding-right:0.75rem;
      flex-direction:row;
      justify-content:start;
    }

    .ui-context-menu-radio-group-item\:root:active {
      background-color:var(--brand-4, #33255B);
    }

    .ui-context-menu-radio-group-item\:root:focus {
      background-color:var(--brand-4, #33255B);
    }

    .ui-context-menu-radio-group-item\:root.disabled {
      color:var(--neutral-9, #6F6D78);
      background-color:transparent;
    }

    .bLEqjl {
      color:inherit;
      width:1rem;
      height:1rem;
      display:flex;
      align-items:center;
      flex-direction:column;
      justify-content:center;
    }

    .qIUdT {
      width:0.5rem;
      height:0.5rem;
      border-radius:var(--rounding-full);
      background-color:var(--color-bg);
    }

    .sc-context-menu-content\:root:focus {
      outline:none;
    }

    .ui-context-menu-content\:root {
      gap:0.25rem;
      opacity:0;
      min-width:200px;
      padding-top:0.5rem;
      border-color:var(--neutral-5, #323035);
      border-style:solid;
      border-width:var(--border-md);
      padding-left:0.5rem;
      border-radius:var(--rounding-lg);
      padding-right:0.5rem;
      padding-bottom:0.5rem;
      background-color:var(--neutral-0, #0b0a0b);
    }

    .ui-context-menu-content\:root.open {
      opacity:1;
    }

    .ui-context-menu-content\:root.open-transition {
      transition:opacity 200ms ease 0ms normal;
    }

    .example-context-menu\:j4UO2uad-qdxBSxKyqVM7 {
      font-weight:var(--medium);
      padding-left:2.25rem;
    }

    .bXiezW {
      display:grid;
      row-gap:3rem;
      column-gap:2rem;
      grid-template-columns:repeat(2, 1fr);
    }

    @media (max-width: 620px) {

    .bXiezW {
      grid-template-columns:1fr;
    }
    }

    .eTkKzJ {
      color:inherit;
      width:1.25rem;
      height:1.25rem;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    .ui-toggle-group-item\:root {
      color:var(--neutral-12, #EEEEF0);
      width:var(--interactive-height-md);
      cursor:default;
      height:var(--interactive-height-md);
      font-size:var(--text-md);
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      font-family:'DM Sans';
      font-weight:var(--semi);
      user-select:none;
      border-color:var(--neutral-6, #3C393F);
      border-style:solid;
      border-width:var(--border-md);
      border-radius:var(--rounding-md);
      outline-color:transparent;
      outline-style:solid;
      outline-width:var(--border-lg);
      flex-direction:row;
      outline-offset:var(--border-md);
      -ms-user-select:none;
      justify-content:center;
      -moz-user-select:none;
      background-color:var(--neutral-0, #0b0a0b);
      -webkit-user-select:none;
    }

    .ui-toggle-group-item\:root:hover {
      background-color:var(--brand-2, #1B1525);
    }

    .ui-toggle-group-item\:root.pressed {
      transition:none;
      background-color:var(--brand-4, #33255B);
    }

    .ui-toggle-group-item\:root.pressed:hover {
      background-color:var(--brand-4, #33255B);
    }

    .ui-toggle-group-item\:root:focus-visible {
      outline-color:var(--focus);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
    }

    .fqEJQZ {
      width:fit-content;
      align-items:start;
      flex-direction:row;
      justify-content:start;
    }

    .fqEJQZ.orientation-vertical {
      flex-direction:column;
    }

    .ui-toggle-group\:root {
      gap:0.25rem;
    }

    .flNaSt {
      height:0px;
      transform:translateZ(0px);
      overflow-y:hidden;
      will-change:height, transform;
    }

    .flNaSt.open {
      height:var(--height);
    }

    .ui-collapsible\:HVWA-EH-txtjvKjYvAsWY {
      width:100%;
      opacity:0;
      transition:height 300ms ease 0ms normal, opacity 300ms ease 0ms normal;
    }

    .ui-collapsible\:HVWA-EH-txtjvKjYvAsWY.open {
      opacity:1;
      transition:height 300ms ease 0ms normal, opacity 300ms ease 200ms normal;
    }

    .ui-field-info\:root {
      width:100%;
    }

    .ui-field-info\:H8lR0sfXN70nEGzUErooa {
      width:100%;
      padding-top:0px;
      border-color:black;
      border-style:none;
      border-width:1px;
      padding-left:1.125rem;
      padding-right:0px;
      padding-bottom:0px;
      background-color:transparent;
    }

    .ui-field-info\:x_vC1I1wKvYVtKKmD9dOe {
      color:var(--text-075);
      width:100%;
      margin-top:0.5rem;
    }

    .dgdmmD {
      gap:0.5rem;
      width:100%;
      height:3rem;
      display:flex;
      background:var(--dashboard-bg-body);
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      border-color:var(--overlay-inverted-a3);
      border-style:solid;
      border-width:var(--border-md);
      padding-left:1.125rem;
      padding-right:1.125rem;
      flex-direction:row;
      justify-content:start;
      border-top-left-radius:var(--rounding-full);
      border-top-right-radius:var(--rounding-full);
      border-bottom-left-radius:var(--rounding-full);
      border-bottom-right-radius:var(--rounding-full);
    }

    .dgdmmD.focused {
      outline-color:var(--focus);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
    }

    .dgdmmD.disabled {
      opacity:0.5;
    }

    .mrXeE {
      flex:1;
      color:var(--text-100);
      width:100%;
      height:100%;
      font-size:var(--text-md);
      font-family:Inter;
      font-weight:var(--normal);
    }

    .mrXeE::placeholder {
      color:var(--text-025);
      font-size:var(--text-md);
      font-family:Inter;
      font-weight:var(--normal);
    }

    .cTaYaR {
      gap:1rem;
    }

    .example-modal\:2ig6COOss5qap4iyuN4cb {
      gap:rem;
    }

    .cCYXsI {
      width:100%;
    }

    .biOqjK {
      width:100%;
      padding-left:1.125rem;
      padding-bottom:0.375rem;
    }

    .ui-field-label\:4yi0C_LuPUQssFsYFNy7h {
      color:var(--text-075);
      font-weight:var(--medium);
    }

    .bKdNUw {
      flex:1;
      color:var(--text-100);
      width:100%;
      height:100%;
      font-size:var(--text-md);
      font-family:Inter;
      font-weight:var(--normal);
    }

    .bKdNUw::placeholder {
      color:var(--text-025);
      font-size:var(--text-md);
      font-family:Inter;
      font-weight:var(--normal);
    }

    .ui-button-secondary\:root {
      color:var(--btn-sec-text);
      width:fit-content;
      height:fit-content;
      font-size:var(--text-md);
      background:var(--btn-sec-bg);
      overflow-x:hidden;
      overflow-y:hidden;
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      font-family:Inter;
      font-weight:var(--semi);
      user-select:none;
      border-color:var(--btn-sec-border);
      border-style:solid;
      border-width:var(--border-md);
      outline-color:transparent;
      outline-style:solid;
      outline-width:var(--border-lg);
      flex-direction:row;
      outline-offset:var(--border-md);
      -ms-user-select:none;
      justify-content:center;
      -moz-user-select:none;
      -webkit-user-select:none;
      border-top-left-radius:var(--rounding-full);
      border-top-right-radius:var(--rounding-full);
      border-bottom-left-radius:var(--rounding-full);
      border-bottom-right-radius:var(--rounding-full);
      -webkit-tap-highlight-color:transparent;
    }

    .ui-button-secondary\:root:hover {
      color:var(--btn-sec-text-hover);
      background:var(--btn-sec-bg-hover);
      border-color:var(--btn-sec-border-hover);
      border-style:solid;
      border-width:var(--border-md);
    }

    .ui-button-secondary\:root:active {
      color:var(--btn-sec-text-hover);
      background:var(--btn-sec-bg-hover);
      transition:none;
      border-color:var(--btn-sec-border-hover);
      border-style:solid;
      border-width:var(--border-md);
    }

    .ui-button-secondary\:root.disabled {
      cursor:default;
      opacity:0.5;
      background:var(--btn-sec-bg);
    }

    .ui-button-secondary\:root:focus-visible {
      outline-color:var(--focus);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
    }

    .ui-button-secondary\:root.trigger-open {
      background:var(--btn-sec-bg-hover);
    }

    .fwkHpo {
      top:0px;
      left:0px;
      color:inherit;
      right:0px;
      bottom:0px;
      display:flex;
      z-index:;
      position:absolute;
      font-size:inherit;
      background:var(--btn-sec-bg);
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
      justify-content:center;
    }

    .eyIfxc {
      width:100%;
      height:var(--button-height);
      display:flex;
      row-gap:0.5rem;
      font-size:var(--font-size);
      column-gap:0.5rem;
      align-items:center;
      font-family:Inter;
      font-weight:var(--medium);
      padding-left:var(--vertical-padding);
      padding-right:var(--vertical-padding);
      flex-direction:row;
      justify-content:center;
    }

    .eyIfxc.icon {
      width:var(--button-height);
      padding-top:0px;
      padding-left:0px;
      padding-right:0px;
      padding-bottom:0px;
    }

    .eMfobU {
      width:var(--size);
      height:var(--size);
      max-width:100%;
      max-height:100%;
    }

    .cyIZTe {
      color:var(--color);
      width:100%;
      height:100%;
    }

    .eWZPaj {
      color:var(--color);
      width:var(--size);
      height:var(--size);
      animation:spinner 1s linear infinite;
      padding-top:3px;
      padding-left:3px;
      border-radius:50%;
      padding-right:3px;
      padding-bottom:3px;
    }

    .fvTCqB {
      animation:antirotation 3s linear infinite;
    }

    .ui-button-primary\:root {
      color:var(--btn-pri-text);
      width:fit-content;
      height:fit-content;
      font-size:var(--text-md);
      background:var(--btn-pri-bg);
      overflow-x:hidden;
      overflow-y:hidden;
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      font-family:Inter;
      font-weight:var(--semi);
      user-select:none;
      border-color:var(--btn-pri-border);
      border-style:solid;
      border-width:1px;
      outline-color:transparent;
      outline-style:solid;
      outline-width:var(--border-lg);
      flex-direction:row;
      outline-offset:var(--border-md);
      -ms-user-select:none;
      justify-content:center;
      -moz-user-select:none;
      -webkit-user-select:none;
      border-top-left-radius:var(--rounding-full);
      border-top-right-radius:var(--rounding-full);
      border-bottom-left-radius:var(--rounding-full);
      border-bottom-right-radius:var(--rounding-full);
      -webkit-tap-highlight-color:transparent;
    }

    .ui-button-primary\:root:hover {
      color:var(--btn-pri-text-hover);
      background:var(--btn-pri-bg-hover);
      border-color:var(--btn-pri-border-hover);
      border-style:solid;
      border-width:1px;
    }

    .ui-button-primary\:root:active {
      color:var(--btn-pri-text-hover);
      background:var(--btn-pri-bg-hover);
      transition:none;
      border-color:var(--btn-pri-border-hover);
      border-style:solid;
      border-width:1px;
    }

    .ui-button-primary\:root:focus-visible {
      outline-color:var(--focus);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
    }

    .ui-button-primary\:root.disabled {
      cursor:default;
      opacity:0.5;
      background:var(--btn-pri-bg);
    }

    .cxKkty {
      top:0px;
      left:0px;
      color:inherit;
      right:0px;
      bottom:0px;
      display:flex;
      z-index:;
      position:absolute;
      font-size:inherit;
      background:var(--btn-pri-bg);
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
      justify-content:center;
    }

    .eulpMp {
      gap:1rem;
      flex:0;
      width:100%;
      flex-direction:row;
      padding-bottom:0.5rem;
    }

    .ui-button-tertiary\:root {
      color:var(--btn-ter-text);
      width:fit-content;
      height:fit-content;
      font-size:var(--text-md);
      background:var(--btn-ter-bg);
      overflow-x:hidden;
      overflow-y:hidden;
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      font-family:Inter;
      font-weight:var(--semi);
      user-select:none;
      border-color:var(--btn-ter-border);
      border-style:solid;
      border-width:1px;
      flex-direction:row;
      outline-offset:var(--border-md);
      -ms-user-select:none;
      justify-content:center;
      -moz-user-select:none;
      -webkit-user-select:none;
      border-top-left-radius:var(--rounding-full);
      border-top-right-radius:var(--rounding-full);
      border-bottom-left-radius:var(--rounding-full);
      border-bottom-right-radius:var(--rounding-full);
      -webkit-tap-highlight-color:transparent;
    }

    .ui-button-tertiary\:root:hover {
      color:var(--btn-ter-text-hover);
      background:var(--btn-ter-bg-hover);
      border-color:var(--btn-ter-border-hover);
      border-style:solid;
      border-width:var(--border-md);
    }

    .ui-button-tertiary\:root:active {
      color:var(--btn-ter-text-hover);
      background:var(--btn-ter-bg-hover);
      transition:none;
      border-color:var(--btn-ter-border-hover);
      border-style:solid;
      border-width:var(--border-md);
    }

    .ui-button-tertiary\:root:focus-visible {
      outline-color:var(--focus);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
    }

    .ui-button-tertiary\:root.trigger-open {
      color:var(--btn-ter-text-hover);
      background:var(--btn-ter-bg-hover);
      border-color:var(--btn-ter-border-hover);
      border-style:solid;
      border-width:var(--border-md);
    }

    .ui-button-tertiary\:root.disabled {
      cursor:default;
      opacity:0.5;
      background:var(--btn-ter-bg);
    }

    .dpRxZr {
      top:0px;
      left:0px;
      color:inherit;
      right:0px;
      bottom:0px;
      display:flex;
      z-index:;
      position:absolute;
      font-size:inherit;
      background:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
      justify-content:center;
    }

    .frhUtS.loading {
      opacity:0;
    }

    .dnZEVP {
      gap:0.5rem;
      align-items:center;
      padding-top:1.5rem;
      flex-direction:row;
      justify-content:end;
    }

    .dbFtrR {
      max-width:var(--max-width);
    }

    .SWxlP {
      position:relative;
      outline-color:transparent;
      outline-style:none;
      outline-width:0px;
      pointer-events:all;
    }

    .SWxlP:focus {
      outline-color:transparent;
      outline-style:none;
      outline-width:0px;
    }

    .ui-dialog-content\:deBu8sIDDzrbImTGg8fsg {
      width:100%;
      opacity:0;
      translate:0 20px;
      background:var(--dashboard-bg-1);
      box-shadow:var(--shadow-2);
      padding-top:1.5rem;
      border-color:var(--dashboard-border);
      border-style:solid;
      border-width:var(--border-md);
      padding-left:1.5rem;
      padding-right:1.5rem;
      padding-bottom:1.5rem;
      border-top-left-radius:var(--rounding-md);
      border-top-right-radius:var(--rounding-md);
      border-bottom-left-radius:var(--rounding-md);
      border-bottom-right-radius:var(--rounding-md);
    }

    .ui-dialog-content\:deBu8sIDDzrbImTGg8fsg.open {
      opacity:1;
      translate:0 0px;
    }

    .ui-dialog-content\:deBu8sIDDzrbImTGg8fsg.open-transition {
      transition:all 320ms ease 0ms normal;
    }

    .ui-dialog-content\:deBu8sIDDzrbImTGg8fsg.close-transition {
      transition:all 200ms cubic-bezier(0.58, 0.29, 0.25, 1) 0ms normal;
    }

    .RsLzV {
      color:var(--text-075);
      font-size:var(--font-size);
      margin-top:var(--margin-top);
      font-family:Inter;
      font-weight:var(--normal);
      line-height:var(--line-height);
      white-space:normal;
      margin-bottom:var(--margin-bottom);
      letter-spacing:var(--letter-spacing);
    }

    .RsLzV.truncated {
      overflow:hidden;
      white-space:nowrap;
      text-overflow:ellipsis;
    }

    .RsLzV.clamped {
      display:-webkit-box;
      overflow:hidden;
      -webkit-box-orient:vertical;
      -webkit-line-clamp:var(--clamp-lines);
    }

    .ui-dialog-title\:root {
      flex:1;
      color:var(--text-100);
    }

    .byjkOA {
      top:0px;
      left:0px;
      right:0px;
      bottom:0px;
      z-index:-1;
      position:absolute;
    }

    .ui-dialog\:2Jq0hg7iHq1XoDcqphYbM {
      opacity:0;
      background-color:var(--overlay-inverted-a9, #000000b3);
    }

    .ui-dialog\:2Jq0hg7iHq1XoDcqphYbM.open {
      opacity:1;
    }

    .ui-dialog\:2Jq0hg7iHq1XoDcqphYbM.open-transition {
      transition:opacity 300ms ease 0ms normal;
    }

    .ui-dialog\:2Jq0hg7iHq1XoDcqphYbM.close-transition {
      transition:opacity 300ms ease 0ms normal;
    }

    .KsFov {
      width:var(--width);
      height:var(--height);
      position:fixed;
      overflow-x:hidden;
      overflow-y:hidden;
      align-items:center;
      pointer-events:none;
      justify-content:center;
    }

    .KsFov.modal {
      touch-action:none;
      pointer-events:all;
    }

    .ui-dialog\:mk2FE0yKAZyGEXXJ6Ve6C {
      padding-top:1rem;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:1rem;
    }

    .eOiZTW {
      gap:1rem;
      width:100%;
      flex-direction:row;
      padding-bottom:1rem;
    }

    .cifIZW {
      width:var(--width);
      max-width:100%;
    }

    .ui-modal-content\:deBu8sIDDzrbImTGg8fsg {
      gap:0.25rem;
      width:100%;
      opacity:0;
      z-index:10;
      min-width:12rem;
      translate:0 20px;
      background:var(--dashboard-bg-1);
      box-shadow:var(--shadow-2);
      max-height:80dvh;
      padding-top:1.5rem;
      border-color:var(--dashboard-border);
      border-style:solid;
      border-width:var(--border-md);
      padding-left:1.5rem;
      border-radius:var(--rounding-lg);
      padding-right:1.5rem;
      padding-bottom:1.5rem;
      border-top-left-radius:var(--rounding-md);
      border-top-right-radius:var(--rounding-md);
      border-bottom-left-radius:var(--rounding-md);
      border-bottom-right-radius:var(--rounding-md);
    }

    .ui-modal-content\:deBu8sIDDzrbImTGg8fsg.open {
      opacity:1;
      translate:0 0px;
    }

    .ui-modal-content\:deBu8sIDDzrbImTGg8fsg.open-transition {
      transition:all 320ms ease 0ms normal;
    }

    .ui-modal-content\:deBu8sIDDzrbImTGg8fsg.close-transition {
      transition:all 200ms cubic-bezier(0.58, 0.29, 0.25, 1) 0ms normal;
    }

    .cskavw {
      flex:1;
      color:var(--text-100);
      width:100%;
      height:100%;
      display:flex;
      font-size:var(--text-md);
      font-family:Inter;
      font-weight:var(--normal);
      flex-direction:column;
    }

    .cskavw::placeholder {
      color:var(--text-025);
      font-size:var(--text-md);
      font-family:Inter;
      font-weight:var(--normal);
    }

    .ui-modal\:dKbhVwBdH2WG4xyhsMMsa {
      opacity:0;
      background-color:var(--overlay-inverted-a9, #000000b3);
    }

    .ui-modal\:dKbhVwBdH2WG4xyhsMMsa.open {
      opacity:1;
    }

    .ui-modal\:dKbhVwBdH2WG4xyhsMMsa.open-transition {
      transition:opacity 300ms ease 0ms normal;
    }

    .ui-modal\:dKbhVwBdH2WG4xyhsMMsa.close-transition {
      transition:opacity 300ms ease 0ms normal;
    }

    .example-modal\:WmPDQt5Vwr_KiWwCqtQkd {
      gap:rem;
    }

    .ui-modal-footer\:root {
      flex:0;
      bottom:0rem;
      z-index:10;
      position:sticky;
      background:inherit;
      margin-top:auto;
    }

    .zQIEM {
      flex:1;
      align-items:center;
      justify-content:center;
    }

    .example-modal\:ui27MhkcJpGldUksYiC38 {
      gap:rem;
    }

    .bzGpvc {
      gap:1rem;
      flex-direction:row;
    }

    .vvsIr {
      width:100%;
      cursor:default;
      height:100%;
      overflow:hidden;
      position:absolute;
      background:var(--dashboard-bg-1);
      user-select:none;
      pointer-events:none;
      border-top-left-radius:inherit;
      border-top-right-radius:inherit;
      border-bottom-left-radius:inherit;
      border-bottom-right-radius:inherit;
    }

    .vvsIr::after {
      top:0px;
      left:0px;
      width:100%;
      height:100%;
      content:'';
      position:absolute;
      animation:progress 1.5s ease-in-out infinite;
      background:linear-gradient(125deg, var(--dashboard-bg-1) 0%, var(--dashboard-bg-body) 50%, var(--dashboard-bg-1) 100%);
    }

    .example-skeleton\:KyxAlfVTY3NQCnkQzkz_D {
      width:3.5rem;
      height:3.5rem;
      border-radius:var(--rounding-full);
    }

    .example-skeleton\:jGmIzA1Cn2jYCoip4AqJP {
      width:160px;
      height:1rem;
      border-radius:var(--rounding-full);
    }

    .dSnpAW {
      gap:0.5rem;
      align-items:start;
      justify-content:center;
    }

    .example-skeleton\:utfsjXLSIKa6_K3cSr1Mq {
      width:100px;
      height:0.75rem;
      border-radius:var(--rounding-full);
    }

    .cfqKRN {
      flex-direction:row;
    }

    .ui-menubar\:root {
      gap:0.5rem;
      background:var(--bg-1);
      padding-top:0.5rem;
      border-color:var(--neutral-4, #2B292D);
      border-style:solid;
      border-width:var(--border-md);
      padding-left:0.5rem;
      border-radius:var(--rounding-lg);
      padding-right:0.5rem;
      padding-bottom:0.5rem;
    }

    .showcase-menubar\:root {
      width:fit-content;
    }

    .ui-menubar-item\:root {
      color:var(--neutral-12, #EEEEF0);
      width:100%;
      height:var(--interactive-height-sm);
      font-size:var(--text-md);
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      font-family:'Outfit';
      font-weight:var(--normal);
      padding-left:0.75rem;
      border-radius:var(--rounding-md);
      outline-color:transparent;
      outline-style:solid;
      outline-width:0px;
      padding-right:0.75rem;
      flex-direction:row;
      justify-content:space-between;
    }

    .ui-menubar-item\:root:active {
      background-color:var(--brand-4, #33255B);
    }

    .ui-menubar-item\:root:focus {
      background-color:var(--brand-4, #33255B);
    }

    .ui-menubar-item\:root.open {
      background-color:var(--brand-4, #33255B);
    }

    .ui-menubar-item\:root.disabled {
      color:var(--neutral-9, #6F6D78);
      background-color:transparent;
    }

    .ui-menubar-radio-group-item\:root {
      gap:0.5rem;
      color:var(--neutral-12, #EEEEF0);
      width:100%;
      height:var(--interactive-height-sm);
      font-size:var(--text-md);
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      font-family:'Outfit';
      font-weight:var(--normal);
      padding-left:0.75rem;
      border-radius:var(--rounding-md);
      outline-color:transparent;
      outline-style:solid;
      outline-width:0px;
      padding-right:0.75rem;
      flex-direction:row;
      justify-content:start;
    }

    .ui-menubar-radio-group-item\:root:active {
      background-color:var(--brand-4, #33255B);
    }

    .ui-menubar-radio-group-item\:root:focus {
      background-color:var(--brand-4, #33255B);
    }

    .ui-menubar-radio-group-item\:root.disabled {
      color:var(--neutral-9, #6F6D78);
      background-color:transparent;
    }

    .ui-menubar-content\:root {
      gap:0.25rem;
      opacity:0;
      min-width:200px;
      background:var(--bg-1);
      padding-top:0.5rem;
      border-color:var(--neutral-5, #323035);
      border-style:solid;
      border-width:var(--border-md);
      padding-left:0.5rem;
      border-radius:var(--rounding-lg);
      padding-right:0.5rem;
      padding-bottom:0.5rem;
    }

    .ui-menubar-content\:root.open {
      opacity:1;
    }

    .ui-menubar-content\:root.open-transition {
      transition:opacity 200ms ease 0ms normal;
    }

    .ui-menubar-trigger-button\:root {
      height:var(--interactive-height-sm);
      background-color:transparent;
    }

    .ui-menubar-trigger-button\:root:focus {
      outline-color:transparent;
      outline-style:none;
      outline-width:0px;
      background-color:var(--overlay-a3, #ffffff26);
    }

    .ui-menubar-sub-content\:root {
      gap:0.25rem;
      display:flex;
      opacity:0;
      min-width:200px;
      padding-top:0.5rem;
      border-color:var(--neutral-5, #323035);
      border-style:solid;
      border-width:var(--border-md);
      padding-left:0.5rem;
      border-radius:var(--rounding-lg);
      padding-right:0.5rem;
      flex-direction:column;
      padding-bottom:0.5rem;
      background-color:var(--neutral-0, #0b0a0b);
    }

    .ui-menubar-sub-content\:root.open {
      opacity:1;
    }

    .ui-menubar-sub-content\:root.open-transition {
      transition:opacity 200ms ease 0ms normal;
    }

    .ui-menubar-sub-content\:root.bottom {
      margin-left:0.5rem;
    }

    .ui-menubar-sub-content\:root.top {
      margin-left:0.5rem;
    }

    .ui-menubar-checkbox\:root {
      gap:0.5rem;
      color:var(--neutral-12, #EEEEF0);
      width:100%;
      height:var(--interactive-height-sm);
      font-size:var(--text-md);
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      font-family:'Outfit';
      font-weight:var(--normal);
      padding-left:0.75rem;
      border-radius:var(--rounding-md);
      outline-color:transparent;
      outline-style:solid;
      outline-width:0px;
      padding-right:0.75rem;
      flex-direction:row;
      justify-content:start;
    }

    .ui-menubar-checkbox\:root:active {
      background-color:var(--brand-4, #33255B);
    }

    .ui-menubar-checkbox\:root:focus {
      background-color:var(--brand-4, #33255B);
    }

    .ui-menubar-checkbox\:root.disabled {
      color:var(--neutral-9, #6F6D78);
      background-color:transparent;
    }

    .ui-menubar-checkbox\:Wr6Bio7MSO_j0Eyu-lq2n {
      width:1rem;
      height:1rem;
    }

    .eXoeii {
      gap:0.75rem;
    }

    .cEqiJL {
      display:inline-block;
    }

    .fqcBWZ {
      display:flex;
      align-items:center;
      user-select:none;
      touch-action:none;
      flex-direction:row;
      -ms-user-select:none;
      justify-content:start;
      -moz-user-select:none;
      -webkit-user-select:none;
      -webkit-touch-callout:none;
      -webkit-text-size-adjust:none;
    }

    .fqcBWZ.orientation-vertical {
      display:flex;
      align-items:center;
      flex-direction:column;
      justify-content:start;
    }

    .ui-slider-range\:root {
      height:1.5rem;
    }

    .fjPjKY {
      display:flex;
      opacity:1;
      flex-direction:column;
    }

    .fjPjKY.hidden {
      opacity:0;
    }

    .ui-slider-range\:4b9IhOqmmDaCb5eNkM8rh {
      width:1.5rem;
      height:1.5rem;
      border-color:var(--brand-10, #7D66D9);
      border-style:solid;
      border-width:var(--border-md);
      border-radius:var(--rounding-full);
      background-color:var(--neutral-0, #0b0a0b);
    }

    .ui-slider-range\:4b9IhOqmmDaCb5eNkM8rh:hover {
      background-color:var(--neutral-2, #1A191B);
    }

    .ui-slider-range\:4b9IhOqmmDaCb5eNkM8rh:focus-visible {
      outline-color:var(--focus);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
    }

    .dOsAZm {
      display:flex;
      flex-grow:var(--flex-grow);
      flex-direction:column;
    }

    .ui-slider-range\:57nDGjCBiocdkF22t5pXd {
      height:0.5rem;
      overflow-x:hidden;
      overflow-y:hidden;
      border-radius:var(--rounding-md);
      background-color:var(--neutral-6, #3C393F);
    }

    .fwhVgk {
      top:var(--top);
      left:var(--left);
      right:var(--right);
      bottom:var(--bottom);
      display:flex;
      opacity:1;
      position:absolute;
      flex-direction:column;
    }

    .fwhVgk.hidden {
      display:flex;
      opacity:0;
      flex-direction:column;
    }

    .ui-slider-range\:9f9N3y7VBg8TB6CbBGRUG {
      height:100%;
      background-color:var(--brand-10, #7D66D9);
    }

    .ui-slider-range\:Jhy2f-vRpjnbo5Axgx0GY {
      width:1.5rem;
      height:1.5rem;
      border-color:var(--brand-10, #7D66D9);
      border-style:solid;
      border-width:var(--border-md);
      border-radius:var(--rounding-full);
      background-color:var(--neutral-0, #0b0a0b);
    }

    .ui-slider-range\:Jhy2f-vRpjnbo5Axgx0GY:hover {
      background-color:var(--neutral-2, #1A191B);
    }

    .ui-slider-range\:Jhy2f-vRpjnbo5Axgx0GY:focus-visible {
      outline-color:var(--focus);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
    }

    .bumcfj {
      top:var(--top);
      left:var(--left);
      right:var(--right);
      bottom:var(--bottom);
      display:flex;
      position:absolute;
      translate:var(--translate-x) var(--translate-y);
      flex-direction:column;
    }

    .JvZIa {
      display:none;
    }

    .example-slider-range\:T5uRCbbCMPh03nL6U6CCf {
      width:200px;
    }

    .bdZMcE {
      top:0px;
      left:0px;
      right:0px;
      bottom:0px;
      display:flex;
      z-index:1;
      position:absolute;
      align-items:flex-start;
      padding-top:1.5rem;
      padding-left:1.5rem;
      padding-right:1.5rem;
      padding-bottom:1.5rem;
      justify-content:space-between;
    }

    .cTYjLt {
      display:flex;
      opacity:1;
      row-gap:1rem;
      column-gap:1rem;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .edAQxD {
      height:0px;
      overflow-x:hidden;
      overflow-y:hidden;
      will-change:height;
    }

    .edAQxD.open {
      height:var(--height);
    }

    .ui-accordion-item\:_ZP-0ctDHprCh5gzsVw9n {
      transition:height 300ms ease 0ms normal;
    }

    .example-accordion\:5RSUJrZu-Ln5g4dLfwfGN {
      width:100%;
    }

    .ui-accordion-item-trigger-wrapper\:root {
      width:100%;
      cursor:pointer;
    }

    .example-accordion\:6HDRfep8NNIGO3NipXEFi {
      padding-top:0.5rem;
    }

    .bJoCor.orientation-horizontal {
      flex-direction:row;
    }

    .example-accordion\:6gc7S6nH8SZ8nsCFeVuES {
      gap:0.5rem;
      width:100%;
      border-top-left-radius:var(--rounding-md);
      border-top-right-radius:var(--rounding-md);
      border-bottom-left-radius:var(--rounding-md);
      border-bottom-right-radius:var(--rounding-md);
    }

    .bFgAnA {
      gap:1.5rem;
      flex:1;
      max-width:100%;
      padding-top:1rem;
      border-color:var(--neutral-6, #3C393F);
      border-style:dashed;
      border-width:var(--border-md);
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:1rem;
      border-top-left-radius:var(--rounding-sm);
      border-top-right-radius:var(--rounding-sm);
      border-bottom-left-radius:var(--rounding-sm);
      border-bottom-right-radius:var(--rounding-sm);
    }

    .example-accordion\:DTBPRfG8uySZomsksOckb {
      flex-direction:column;
    }

    .ciOzwt {
      color:var(--text-alternate);
      width:3rem;
      cursor:pointer;
      height:3rem;
      display:flex;
      background:var(--khaki-2);
      align-items:center;
      justify-content:center;
      border-top-left-radius:1.375rem;
      border-top-right-radius:1.375rem;
      border-bottom-left-radius:1.375rem;
      border-bottom-right-radius:1.375rem;
    }

    .czzTdK {
      width:3rem;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .onAuY {
      width:fit-content;
      background:var(--accent-2);
      padding-top:0.5rem;
      padding-left:0.5rem;
      border-radius:var(--rounding-md);
      padding-right:0.5rem;
      padding-bottom:0.5rem;
    }

    .showcase-title\:iFU1fEFRALncjs_ZsMAXS {
      color:var(--neutral-0);
      font-weight:var(--semi);
    }

    .bQRWDt {
      width:100%;
      row-gap:2rem;
      flex-wrap:wrap;
      column-gap:2rem;
      flex-direction:row;
    }

    .dVGwty {
      gap:0.25rem;
      color:var(--text-alternate-100);
      width:fit-content;
      height:var(--height);
      display:flex;
      font-size:var(--font-size);
      align-items:center;
      font-weight:var(--medium);
      padding-left:var(--padding-horizontal);
      border-radius:var(--rounding-full);
      padding-right:var(--padding-horizontal);
      flex-direction:row;
      justify-content:center;
      background-color:var(--color-bg);
    }

    .ui-badge\:l8I0AcPQKlPNBzTXot8IK {
      color:inherit;
      font-size:inherit;
      font-weight:inherit;
      line-height:inherit;
    }

    .djWXGY {
      width:100%;
      display:flex;
      row-gap:2rem;
      background:var(--overlay-a8);
      column-gap:2rem;
      align-items:flex-end;
      padding-top:2rem;
      border-color:var(--overlay-a4);
      border-style:solid;
      border-width:var(--border-lg);
      padding-left:2rem;
      padding-right:2rem;
      flex-direction:column;
      padding-bottom:2rem;
      justify-content:flex-start;
      border-top-left-radius:var(--rounding-md);
      border-top-right-radius:var(--rounding-md);
      border-bottom-left-radius:var(--rounding-md);
      border-bottom-right-radius:var(--rounding-md);
    }

    .cSMgIC {
      width:100%;
      display:flex;
      row-gap:0rem;
      column-gap:0rem;
      align-items:flex-end;
      flex-direction:row;
      justify-content:space-between;
    }

    .cqpJsI {
      width:100%;
      display:flex;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .kpgyE {
      row-gap:1rem;
      column-gap:1rem;
    }

    .aHiKj {
      display:flex;
      row-gap:1rem;
      column-gap:1rem;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .cevPzx {
      display:flex;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .example-accordion\:efZ7GVvgIacg8XSOux5Fw {
      color:var(--text-white);
      background:var(--accent-1);
      border-color:black;
      border-style:None;
      border-width:1px;
    }

    .ciUwSb {
      width:100%;
      display:flex;
      opacity:0.7;
      align-items:center;
      padding-top:2rem;
      border-color:var(--overlay-a4);
      border-style:solid;
      border-width:var(--border-lg);
      padding-left:2rem;
      padding-right:2rem;
      flex-direction:row;
      padding-bottom:2rem;
      justify-content:space-between;
      border-top-left-radius:var(--rounding-md);
      border-top-right-radius:var(--rounding-md);
      border-bottom-left-radius:var(--rounding-md);
      border-bottom-right-radius:var(--rounding-md);
    }

    .example-accordion\:mtXDaahYbfBwItPWslcru {
      flex-wrap:wrap;
      flex-direction:row;
    }

    .bKrenC {
      color:var(--bg-1);
      filter:drop-shadow(0 0.25rem 0.5rem var(--shadows)) drop-shadow(0 0.5rem 0.75rem var(--shadows));;
    }

    .eFPVSl {
      gap:2rem;
      flex-wrap:wrap;
      align-items:start;
      flex-direction:row;
      justify-content:start;
    }

    .example-accordion\:wFx6ja8yUiqlleQ9MreuP {
      font-weight:var(--semi);
    }

    .fdrgyE {
      display:flex;
      row-gap:1rem;
      column-gap:1rem;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .bYHkop {
      width:1.5rem;
      height:1.5rem;
      transition:rotate 300ms ease;
    }

    .bYHkop.isOpen {
      rotate:0 0 1 -180deg;
    }

    .MubmN {
      color:var(--text-075);
      font-size:var(--font-size);
      font-family:'Outfit';
      font-weight:inherit;
      line-height:var(--line-height);
      padding-top:0.125rem;
      white-space:normal;
      padding-left:0.5rem;
      letter-spacing:var(--letter-spacing);
      padding-bottom:0.125rem;
      border-left-color:var(--color-border);
      border-left-style:solid;
      border-left-width:3px;
    }

    .MubmN.truncated {
      overflow:hidden;
      white-space:nowrap;
      text-overflow:ellipsis;
    }

    .MubmN.clamped {
      display:-webkit-box;
      overflow:hidden;
      -webkit-box-orient:vertical;
      -webkit-line-clamp:var(--clamp-lines);
    }

    .example-texts\:8yai9I0Q96HsuslFjIVvl {
      width:100%;
      margin-top:1rem;
    }

    .dLxwTN {
      color:inherit;
      width:fit-content;
      font-size:var(--font-size);
      font-family:Saira;
      font-weight:inherit;
      line-height:var(--line-height);
      white-space:normal;
      border-color:var(--color-border);
      border-style:solid;
      border-width:var(--border-md);
      padding-left:0.25rem;
      border-radius:var(--rounding-sm);
      padding-right:0.25rem;
      letter-spacing:var(--letter-spacing);
      background-color:var(--color-bg);
    }

    .dLxwTN.truncated {
      overflow:hidden;
      white-space:nowrap;
      text-overflow:ellipsis;
    }

    .dLxwTN.clamped {
      display:-webkit-box;
      overflow:hidden;
      -webkit-box-orient:vertical;
      -webkit-line-clamp:var(--clamp-lines);
    }

    .example-texts\:E2aJqbB3EpRans3WpkjMV {
      width:100%;
    }

    .dAGUHV {
      color:var(--color);
      cursor:pointer;
      display:inline-block;
      font-size:var(--font-size);
      margin-top:var(--margin-top);
      transition:color 300ms ease 0ms normal;
      font-family:Inter;
      font-weight:var(--medium);
      line-height:var(--line-height);
      white-space:normal;
      border-radius:var(--rounding-md);
      margin-bottom:var(--margin-bottom);
      letter-spacing:var(--letter-spacing);
      text-decoration-line:underline;
      text-decoration-color:var(--color-underline);
      text-decoration-style:solid;
      text-underline-offset:var(--underline-offset);
      text-decoration-thickness:var(--underline-thickness);
    }

    .dAGUHV:hover {
      color:var(--color-hovered);
      text-decoration-color:var(--color-underline-hovered);
    }

    .dAGUHV:active {
      color:var(--color-active);
      transition:none;
    }

    .dAGUHV:focus-visible {
      outline-color:var(--focus);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
    }

    .dAGUHV.no-underline {
      text-decoration-line:none;
    }

    .example-texts\:ROzxUrpgRK9ZMmvHVbLNQ {
      gap:0.5rem;
    }

    .ftyTBJ {
      color:inherit;
      font-size:var(--font-size);
      margin-top:var(--margin-top);
      font-family:Inter;
      font-weight:var(--semi);
      line-height:var(--line-height);
      white-space:normal;
      margin-bottom:var(--margin-bottom);
      letter-spacing:var(--letter-spacing);
    }

    .ftyTBJ.truncated {
      overflow:hidden;
      white-space:nowrap;
      text-overflow:ellipsis;
    }

    .ftyTBJ.clamped {
      display:-webkit-box;
      overflow:hidden;
      -webkit-box-orient:vertical;
      -webkit-line-clamp:var(--clamp-lines);
    }

    .example-texts\:aLaQEFmM4Uq_PIB11BSHU {
      width:100%;
    }

    .example-texts\:fRZaHFFlEQrGAm7cEglF0 {
      width:100%;
    }

    .cVDyAr {
      color:var(--neutral-11, #B5B2BC);
      width:fit-content;
      height:var(--line-height);
      display:inline-flex;
      font-size:var(--font-size);
      align-items:start;
      font-family:'Outfit';
      font-weight:var(--semi);
      border-color:var(--neutral-5, #323035);
      border-style:solid;
      padding-left:0.75rem;
      border-radius:var(--rounding-md);
      padding-right:0.75rem;
      flex-direction:column;
      justify-content:center;
      background-color:var(--neutral-0, #0b0a0b);
      border-top-width:1px;
      border-left-width:1px;
      border-right-width:1px;
      border-bottom-width:3px;
    }

    .dNQDJn {
      color:inherit;
      font-size:var(--font-size);
      font-style:italic;
      margin-top:var(--margin-top);
      font-family:Inter;
      font-weight:inherit;
      line-height:var(--line-height);
      white-space:normal;
      margin-bottom:var(--margin-bottom);
      letter-spacing:var(--letter-spacing);
    }

    .dNQDJn.truncated {
      overflow:hidden;
      white-space:nowrap;
      text-overflow:ellipsis;
    }

    .dNQDJn.clamped {
      display:-webkit-box;
      overflow:hidden;
      -webkit-box-orient:vertical;
      -webkit-line-clamp:var(--clamp-lines);
    }

    .example-button-tertiary\:GTSCkgIN5o3Xb2hTEyDJ8 {
      flex-wrap:wrap;
      flex-direction:row;
    }

    .example-button-tertiary\:NS6mYacDDPj-spshtVJFS {
      flex-wrap:wrap;
      flex-direction:row;
    }

    .example-button-tertiary\:Pj2GVmRkL_5j3aK3cJHyz {
      flex-direction:row;
    }

    .example-button-tertiary\:RgiKGKycq48UcKnCRF9D- {
      flex-wrap:wrap;
      flex-direction:row;
    }

    .example-button-tertiary\:Yk8D0fMARCCTGjF0PIQLa {
      flex-wrap:wrap;
      flex-direction:row;
    }

    .example-button-tertiary\:dQZXtHnX2Hf3IkDtnRrZ0 {
      flex-wrap:wrap;
      flex-direction:row;
    }

    .example-button-primary\:-1dMjuiRiU2N_bn3gP0nd {
      flex-wrap:wrap;
      flex-direction:row;
    }

    .example-button-primary\:3UPLrqH9eDhsbV3P3DHg3 {
      flex-wrap:wrap;
      flex-direction:row;
    }

    .example-button-primary\:9oUX-dKEjAlwdactHOrYZ {
      min-width:20rem;
      flex-direction:column;
    }

    .example-button-primary\:E-paPgLnIV-HqvKba0kwE {
      flex-wrap:wrap;
      flex-direction:row;
    }

    .example-button-primary\:IRkbEbJpwsKzSngUfDRru {
      flex-direction:column;
    }

    .example-button-primary\:IquporIAkXAflEjgjGICt {
      flex-direction:column;
    }

    .example-button-primary\:Pj2GVmRkL_5j3aK3cJHyz {
      flex-direction:row;
    }

    .example-button-primary\:UWZ7hlBTsGyfd_kjF0_I2 {
      flex-direction:column;
    }

    .example-button-primary\:Z8Nh1OJGPwUvC7JI4-I4h {
      flex-wrap:wrap;
      flex-direction:row;
    }

    .example-button-primary\:ZIfXfWwu02g4pAM0zz-PT {
      min-width:20rem;
      flex-direction:column;
    }

    .example-button-primary\:axHCUqtD1wUf02ny0EZEI {
      flex-wrap:wrap;
      flex-direction:row;
    }

    .example-logo\:-1dMjuiRiU2N_bn3gP0nd {
      flex-wrap:wrap;
      flex-direction:row;
    }

    .ftJBPc {
      width:fit-content;
      cursor:pointer;
      height:fit-content;
    }

    .ftJBPc:focus-visible {
      outline-color:var(--focus);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:0.375rem;
      border-top-left-radius:var(--border-md);
      border-top-right-radius:var(--border-md);
      border-bottom-left-radius:var(--border-md);
      border-bottom-right-radius:var(--border-md);
    }

    .ftJBPc.no-link:focus-visible {
      outline-color:transparent;
      outline-style:solid;
      outline-width:var(--border-lg);
      border-top-left-radius:var(--border-md);
      border-top-right-radius:var(--border-md);
      border-bottom-left-radius:var(--border-md);
      border-bottom-right-radius:var(--border-md);
    }

    .ftJBPc.no-link {
      cursor:default;
    }

    .fwwxcH {
      width:var(--width);
      height:fit-content;
      max-width:100%;
    }

    .edvRWz {
      width:100%;
      height:fit-content;
      object-fit:contain;
    }

    .example-logo\:-rifeN7BPr74h74uKvpcj {
      flex-direction:column;
    }

    .example-logo\:3Z3O9Rm__eka7PR4NgEP8 {
      min-width:30rem;
      flex-direction:column;
    }

    .clvVqw {
      width:fit-content;
      cursor:pointer;
      height:fit-content;
    }

    .clvVqw:focus-visible {
      outline-color:var(--focus);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:0.375rem;
      border-top-left-radius:var(--rounding-full);
      border-top-right-radius:var(--rounding-full);
      border-bottom-left-radius:var(--rounding-full);
      border-bottom-right-radius:var(--rounding-full);
    }

    .clvVqw.no-link:focus-visible {
      outline-color:transparent;
      outline-style:solid;
      outline-width:var(--border-lg);
      border-top-left-radius:var(--border-md);
      border-top-right-radius:var(--border-md);
      border-bottom-left-radius:var(--border-md);
      border-bottom-right-radius:var(--border-md);
    }

    .clvVqw.no-link {
      cursor:default;
    }

    .example-logo\:9oUX-dKEjAlwdactHOrYZ {
      flex-direction:column;
    }

    .example-logo\:BOxasWKddkbYOGbEODgYn {
      min-width:30rem;
      flex-direction:column;
    }

    .example-logo\:EQ958lIllqo-KPTt7tsjN {
      flex-wrap:wrap;
      flex-direction:row;
    }

    .example-logo\:ORbA-eCw2xKHQGeA27FMX {
      flex-wrap:wrap;
      flex-direction:row;
    }

    .example-logo\:Pj2GVmRkL_5j3aK3cJHyz {
      flex-direction:row;
    }

    .example-logo\:bhpPuVihx7pifnYBvGQfJ {
      flex-direction:column;
    }

    .example-logo\:nxacNdarzYHh_8At_94pM {
      flex-wrap:wrap;
      flex-direction:row;
    }

    .example-logo\:ykhB6FSHUl5RnmUE_eqVr {
      flex-wrap:wrap;
      flex-direction:row;
    }

    .example-collapsible\:-rjQc32VESFdTk0gI50AH {
      width:100%;
    }

    .example-collapsible\:88njaDPWQUUo0nXybsCXz {
      width:100%;
      padding-top:1rem;
      border-color:var(--neutral-5, #323035);
      border-style:solid;
      border-width:var(--border-md);
      padding-left:1rem;
      border-radius:var(--rounding-md);
      padding-right:1rem;
      padding-bottom:1rem;
      background-color:var(--neutral-1, #121113);
    }

    .example-collapsible\:R5ABVpHpXUxh-lNJcTA2G {
      gap:0.5rem;
      width:200px;
    }

    .ui-tooltip\:63uWqJUwjHLIn_OMEUqMq {
      color:var(--text-100);
      scale:0.5;
      width:max-content;
      opacity:0;
      z-index:999;
      background:var(--dashboard-bg-body);
      padding-top:1rem;
      border-color:var(--dashboard-border);
      border-style:solid;
      border-width:var(--border-md);
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:1rem;
      border-top-left-radius:var(--rounding-sm);
      border-top-right-radius:var(--rounding-sm);
      border-bottom-left-radius:var(--rounding-sm);
      border-bottom-right-radius:var(--rounding-sm);
    }

    .ui-tooltip\:63uWqJUwjHLIn_OMEUqMq.open {
      scale:1;
      opacity:1;
      translate:0 0px;
      box-shadow:var(--shadow-2);
    }

    .ui-tooltip\:63uWqJUwjHLIn_OMEUqMq.top-in {
      translate:0 -12px;
    }

    .ui-tooltip\:63uWqJUwjHLIn_OMEUqMq.top-out {
      scale:1;
    }

    .ui-tooltip\:63uWqJUwjHLIn_OMEUqMq.bottom-in {
      translate:0 12px;
    }

    .ui-tooltip\:63uWqJUwjHLIn_OMEUqMq.bottom-out {
      scale:1;
    }

    .ui-tooltip\:63uWqJUwjHLIn_OMEUqMq.open-transition {
      transition:all 200ms ease 0ms normal;
    }

    .ui-tooltip\:63uWqJUwjHLIn_OMEUqMq.close-transition {
      transition:all 50ms ease 0ms normal;
    }

    .dqsoTv {
      width:fit-content;
      height:fit-content;
    }

    .chMswS {
      width:0.75rem;
      height:0.75rem;
      rotate:z 45deg;
      display:flex;
      translate:0px -0.35rem 0;
      background:var(--dashboard-bg-body);
      flex-direction:column;
      border-right-color:var(--dashboard-border);
      border-right-style:solid;
      border-right-width:var(--border-md);
      border-bottom-color:var(--dashboard-border);
      border-bottom-style:solid;
      border-bottom-width:var(--border-md);
    }

    .cEpQwy {
      width:fit-content;
      height:fit-content;
      position:absolute;
      font-size:inherit;
      transform:var(--transform);
      font-family:inherit;
      font-weight:inherit;
      transform-origin:var(--transform-origin);
    }

    .cEpQwy.top {
      top:0px;
      left:var(--left);
    }

    .cEpQwy.bottom {
      left:var(--left);
      bottom:0px;
    }

    .cEpQwy.right {
      top:var(--top);
      right:0px;
    }

    .cEpQwy.left {
      top:var(--top);
      left:0px;
    }

    .coWOAi {
      color:inherit;
    }

    .cnTnIW {
      cursor:pointer;
      align-items:center;
      justify-content:center;
    }

    .ui-checkbox\:COSfLa56p5GSY4tEf7Yl5 {
      width:var(--toggle-height-md);
      height:var(--toggle-height-md);
      background:var(--dashboard-bg-body);
      transition:background-color 200ms ease 0ms normal;
      border-color:var(--overlay-inverted-a3);
      border-style:solid;
      border-width:var(--border-md);
      outline-color:transparent;
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
      border-top-left-radius:var(--rounding-full);
      border-top-right-radius:var(--rounding-full);
      border-bottom-left-radius:var(--rounding-full);
      border-bottom-right-radius:var(--rounding-full);
    }

    .ui-checkbox\:COSfLa56p5GSY4tEf7Yl5.checked {
      background:var(--accent-1);
    }

    .ui-checkbox\:COSfLa56p5GSY4tEf7Yl5:hover {
      border-color:var(--overlay-inverted-a5);
      border-style:solid;
    }

    .ui-checkbox\:COSfLa56p5GSY4tEf7Yl5.checked:hover {
      opacity:0.9;
      background:var(--accent-1);
      border-color:var(--accent-1);
      border-style:solid;
    }

    .ui-checkbox\:COSfLa56p5GSY4tEf7Yl5:focus-visible {
      outline-color:var(--focus);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
    }

    .ui-checkbox\:COSfLa56p5GSY4tEf7Yl5.indeterminate {
      background:var(--dashboard-primary);
    }

    .ui-checkbox\:COSfLa56p5GSY4tEf7Yl5.indeterminate:hover {
      background:var(--dashboard-primary-hover);
    }

    .dPsZdn {
      display:flex;
      flex-direction:column;
    }

    .ui-checkbox\:oiAVuOsB5adTAI-6wRMUv {
      color:var(--dashboard-primary);
      width:1rem;
      height:1rem;
      opacity:0;
      transition:opacity 100ms ease 0ms normal;
    }

    .ui-checkbox\:oiAVuOsB5adTAI-6wRMUv.checked {
      color:var(--text-alternate-100);
      opacity:1;
    }

    .ui-checkbox\:oiAVuOsB5adTAI-6wRMUv.indeterminate {
      opacity:1;
    }

    .example-checkbox\:ISaJ_nzHCSx2gDkO9PUpK {
      flex-direction:column;
    }

    .example-checkbox\:KLKsgt4XNAFceikp2jV1p {
      flex-direction:column;
    }

    .example-button-secondary\:CTlqDHjtNEVCpE3EYcqO_ {
      flex-wrap:wrap;
      flex-direction:row;
    }

    .example-button-secondary\:F_Pj_6wOsS-wWZdfg-gtX {
      flex-wrap:wrap;
      flex-direction:row;
    }

    .example-button-secondary\:O1Dq24K7qtBUxjNe6J0jW {
      flex-wrap:wrap;
      flex-direction:row;
    }

    .example-button-secondary\:Pj2GVmRkL_5j3aK3cJHyz {
      flex-direction:row;
    }

    .example-button-secondary\:a_98hISqyb3l4JCdNV9Pf {
      flex-wrap:wrap;
      flex-direction:row;
    }

    .example-button-secondary\:l5EH2ukQOJILyIi82NnjS {
      flex-wrap:wrap;
      flex-direction:row;
    }

    .eiDYuA {
      gap:0.5rem;
      width:100%;
      cursor:pointer;
      display:flex;
      background:var(--dashboard-bg-body);
      transition:background-color 200ms ease 0ms normal, border-color 200ms ease;
      align-items:flex-start;
      padding-top:1.125rem;
      border-color:var(--overlay-inverted-a3);
      border-style:solid;
      border-width:var(--border-md);
      padding-left:1.125rem;
      padding-right:1.125rem;
      flex-direction:row;
      padding-bottom:1.125rem;
      justify-content:space-between;
      border-top-left-radius:var(--rounding-sm);
      border-top-right-radius:var(--rounding-sm);
      border-bottom-left-radius:var(--rounding-sm);
      border-bottom-right-radius:var(--rounding-sm);
    }

    .eiDYuA:hover {
      border-color:var(--overlay-inverted-a5);
    }

    .eiDYuA:active {
      border-color:var(--accent-1);
    }

    .eiDYuA:focus-visible {
      outline-color:var(--focus);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
    }

    .eiDYuA.checked {
      border-color:var(--accent-1);
    }

    .eiDYuA.disabled {
      cursor:default;
      opacity:0.5;
    }

    .eiDYuA.disabled:hover {
      border-color:var(--overlay-inverted-a3);
    }

    .Gjybf {
      top:0px;
      left:0px;
      right:0px;
      bottom:0px;
      position:absolute;
    }

    .ui-switch-cards-item\:root.checked {
      border-color:var(--overlay-inverted-a3);
    }

    .ui-switch-cards-item\:root:active {
      border-color:var(--overlay-inverted-a5);
    }

    .ui-switch-cards-item\:root:hover {
      border-color:var(--overlay-inverted-a5);
    }

    .dRuSdx {
      gap:0.25rem;
      flex:1;
    }

    .cVMNhr {
      top:0px;
      left:0px;
      right:0px;
      bottom:0px;
      opacity:0;
      position:absolute;
      pointer-events:none;
    }

    .ui-switch\:DmAadbby4LagUFMk8d0VD {
      width:var(--switch-width);
      cursor:pointer;
      height:var(--switch-height);
      background:var(--dashboard-bg-body);
      transition:background-color 200ms ease 0ms normal;
      align-items:start;
      padding-top:0px;
      border-color:var(--overlay-inverted-a3);
      border-style:solid;
      border-width:var(--border-md);
      padding-left:var(--padding);
      border-radius:var(--rounding-full);
      outline-color:transparent;
      outline-style:solid;
      outline-width:var(--border-lg);
      padding-right:var(--padding);
      outline-offset:var(--border-md);
      padding-bottom:0px;
      justify-content:center;
    }

    .ui-switch\:DmAadbby4LagUFMk8d0VD:hover {
      background:var(--neutral-11);
    }

    .ui-switch\:DmAadbby4LagUFMk8d0VD.checked {
      background:var(--accent-1);
    }

    .ui-switch\:DmAadbby4LagUFMk8d0VD.checked:hover {
      background:var(--accent-1);
    }

    .ui-switch\:DmAadbby4LagUFMk8d0VD:focus-visible {
      outline-color:var(--focus);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
    }

    .ui-switch\:DmAadbby4LagUFMk8d0VD:disabled {
      cursor:not-allowed;
      opacity:0.5;
      background:;
    }

    .cSDEUo {
      display:flex;
      flex-direction:column;
    }

    .ui-switch\:mbbtj0ktYTnVMa4ww4OVT {
      width:var(--switch-thumb-size);
      height:var(--switch-thumb-size);
      translate:0px 0px;
      background:var(--khaki-1);
      transition:translate 200ms ease 0ms normal;
      border-radius:var(--rounding-full);
    }

    .ui-switch\:mbbtj0ktYTnVMa4ww4OVT.checked {
      translate:var(--translate-x-checked);
      background:var(--dashboard-bg-body);
    }

    .example-switch-cards\:1uJf0EmrGdiIw2XNsRFYi {
      width:100%;
    }

    .fmKxrW {
      gap:0.5rem;
      width:100%;
      cursor:pointer;
      display:flex;
      background:var(--dashboard-bg-body);
      transition:background-color 200ms ease 0ms normal, border-color 200ms ease;
      align-items:flex-start;
      padding-top:1.125rem;
      border-color:var(--overlay-inverted-a3);
      border-style:solid;
      border-width:var(--border-md);
      padding-left:1.125rem;
      padding-right:1.125rem;
      flex-direction:row;
      padding-bottom:1.125rem;
      justify-content:space-between;
      border-top-left-radius:var(--rounding-sm);
      border-top-right-radius:var(--rounding-sm);
      border-bottom-left-radius:var(--rounding-sm);
      border-bottom-right-radius:var(--rounding-sm);
    }

    .dhhmAN {
      gap:0.25rem;
      flex-direction:var(--flex-direction);
    }

    .example-switch-cards\:ygwhlqqivi5kmzWZ2PG1I {
      width:100%;
    }

    .example-progress-bar\:root {
      align-items:center;
      justify-content:start;
    }

    .eMRdNn {
      overflow:hidden;
      transform:translateZ(0);
    }

    .ui-progress-bar\:root {
      width:100%;
      height:1rem;
      border-radius:var(--rounding-full);
      background-color:var(--neutral-4, #2B292D);
    }

    .cAZBKa {
      width:100%;
      height:100%;
      translate:var(--translate-x) 0 0;
    }

    .ui-progress-bar\:XoSFy8Ze8si0b4S0hBcID {
      height:100%;
      transition:translate 200ms ease 0ms normal;
      border-radius:var(--rounding-sm);
      background-color:var(--brand-9, #755ed1);
    }

    .example-progress-bar\:l2PVdBTXpz-3LyvfGe8a1 {
      width:220px;
    }

    .bqEhEv {
      color:var(--neutral-11, #B5B2BC);
      display:table-cell;
      text-align:left;
      font-family:'Outfit';
      padding-top:0.75rem;
      padding-left:0.75rem;
      padding-right:0.75rem;
      padding-bottom:0.75rem;
    }

    .bpURHl {
      height:fit-content;
      display:table-cell;
      box-shadow:0 -1px var(--dashboard-border) inset;
      text-align:left;
      padding-top:0.75rem;
      padding-left:0.75rem;
      padding-right:0.75rem;
      padding-bottom:0.75rem;
    }

    .bpURHl.sortable:hover {
      cursor:pointer;
      background:var(--overlay-inverted-a1);
    }

    .ui-table-header-cell\:SuER5DwpqjPl5iBuuy5Tf {
      color:var(--text-100);
      font-weight:var(--semi);
    }

    .ui-table-header-cell\:YjK2knmHGCJj5Vv4s3PMG {
      width:1.5rem;
      height:1.5rem;
    }

    .bmNzCO {
      left:100%;
      rotate:0 0 1 var(--rotation);
      position:absolute;
      min-width:1.5rem;
      min-height:1.5rem;
    }

    .dYoEfu {
      width:fit-content;
      display:flex;
      row-gap:0.25rem;
      column-gap:0.25rem;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .example-table\:2WkRAjogcMcAkKJj3XhMR {
      width:15%;
    }

    .example-table\:49V1tV8oRoQU5bqtq7--6 {
      width:100%;
      display:flex;
      text-align:center;
      align-items:center;
      justify-content:flex-start;
    }

    .fhduXZ {
      max-width:100%;
      overflow-x:auto;
      overflow-y:hidden;
      border-color:var(--dashboard-border);
      border-style:solid;
      border-width:1px;
      border-top-left-radius:var(--rounding-sm);
      border-top-right-radius:var(--rounding-sm);
      border-bottom-left-radius:var(--rounding-sm);
      border-bottom-right-radius:var(--rounding-sm);
    }

    .showcase-completion\:uRl3YRhrmXV9DnftMInMD {
      cursor:help;
    }

    .eoBAOS {
      display:table;
      table-layout:fixed;
      border-spacing:0;
      border-collapse:collapse;
    }

    .example-table\:Hs1wSBlouIz6zwj5_aROh {
      width:30%;
    }

    .example-table\:Ip_2-lPPJEmBRRjVAw_4v {
      flex-direction:column;
    }

    .exTVPj {
      display:table-row;
      border-bottom-color:var(--dashboard-border);
      border-bottom-style:solid;
      border-bottom-width:var(--border-md);
    }

    .exTVPj.no-border {
      border-bottom-color:black;
      border-bottom-style:none;
      border-bottom-width:0px;
    }

    .showcase-infopopup\:AgzwjamwG_LHa00-cwzHZ {
      flex:1;
      max-height:60vh;
    }

    .fHiiZM {
      width:100%;
      height:fit-content;
      max-height:100%;
      overflow-x:auto;
      overflow-y:auto;
      font-family:Outfit;
    }

    .dApaGJ {
      height:100%;
    }

    .eyVPLS {
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    .c-pagination\:05KSDM_YY_8QrBBzu0Avz {
      margin-left:auto;
      margin-right:auto;
    }

    .c-pagination\:3WoKZBgO6VgofBs4i93y5 {
      color:var(--neutral-6);
    }

    .wvVWn {
      row-gap:1rem;
      column-gap:1rem;
      flex-direction:column;
    }

    .fsuAe {
      background:var(--neutral-1);
      padding-top:1rem;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:1rem;
    }

    .cANfrm {
      display:table-row-group;
      padding-bottom:0.5rem;
    }

    .example-table\:SqW-D8rX7O-ui9uWks4BT {
      min-width:100px;
    }

    .eoiLBY {
      top:1.5rem;
      right:1.5rem;
      display:flex;
      row-gap:0.25rem;
      z-index:2;
      position:absolute;
      column-gap:0.25rem;
      align-items:center;
      padding-left:0.5rem;
      flex-direction:row;
      padding-bottom:0.5rem;
      justify-content:flex-end;
    }

    .eNjtzM {
      display:table-header-group;
      background:var(--overlay-inverted-a2);
    }

    .example-table\:Tq_j6SLMZtfa7vmjfBr78 {
      color:var(--neutral-12);
    }

    .thSLK {
      display:table-cell;
      padding-top:0.75rem;
      padding-left:0.75rem;
      padding-right:0.75rem;
      padding-bottom:0.75rem;
    }

    .example-table\:so9QcfIi22fAMFhU4_Fy6 {
      width:fit-content;
    }

    .example-table\:tbqdo6LfC8W8nXekeXt3l {
      width:10%;
    }

    .example-table\:tePnwtgor-Vbq4raC4aLu {
      text-align:center;
      align-items:flex-start;
      justify-content:flex-start;
    }

    .example-table\:x4z54Ku5c6HmTzffAxXPv {
      width:40%;
    }

    .example-table\:yHksu6jtSOImb6u9Ys6hs {
      width:100%;
    }

    .ui-dropdown-item\:root {
      color:var(--neutral-12, #EEEEF0);
      width:100%;
      height:var(--interactive-height-sm);
      font-size:var(--text-md);
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      font-family:'Outfit';
      font-weight:var(--normal);
      padding-left:0.75rem;
      border-radius:var(--rounding-md);
      outline-color:transparent;
      outline-style:solid;
      outline-width:0px;
      padding-right:0.75rem;
      flex-direction:row;
      justify-content:space-between;
    }

    .ui-dropdown-item\:root:active {
      background-color:var(--brand-4, #33255B);
    }

    .ui-dropdown-item\:root:focus {
      background-color:var(--brand-4, #33255B);
    }

    .ui-dropdown-item\:root.open {
      background-color:var(--brand-4, #33255B);
    }

    .ui-dropdown-item\:root.disabled {
      color:var(--neutral-9, #6F6D78);
      background-color:transparent;
    }

    .ui-dropdown-sub-content\:root {
      gap:0.25rem;
      display:flex;
      opacity:0;
      min-width:200px;
      padding-top:0.5rem;
      border-color:var(--neutral-5, #323035);
      border-style:solid;
      border-width:var(--border-md);
      padding-left:0.5rem;
      border-radius:var(--rounding-lg);
      padding-right:0.5rem;
      flex-direction:column;
      padding-bottom:0.5rem;
      background-color:var(--neutral-0, #0b0a0b);
    }

    .ui-dropdown-sub-content\:root.open {
      opacity:1;
    }

    .ui-dropdown-sub-content\:root.open-transition {
      transition:opacity 200ms ease 0ms normal;
    }

    .ui-dropdown-sub-content\:root.bottom {
      margin-left:0.5rem;
    }

    .ui-dropdown-sub-content\:root.top {
      margin-left:0.5rem;
    }

    .sc-dropdown-content\:root:focus {
      outline:none;
    }

    .ui-dropdown-content\:root {
      gap:0.25rem;
      opacity:0;
      min-width:200px;
      padding-top:0.5rem;
      border-color:var(--neutral-5, #323035);
      border-style:solid;
      border-width:var(--border-md);
      padding-left:0.5rem;
      border-radius:var(--rounding-lg);
      padding-right:0.5rem;
      padding-bottom:0.5rem;
      background-color:var(--neutral-0, #0b0a0b);
    }

    .ui-dropdown-content\:root.open {
      opacity:1;
    }

    .ui-dropdown-content\:root.open-transition {
      transition:opacity 200ms ease 0ms normal;
    }

    .ui-dropdown-checkbox\:root {
      gap:0.5rem;
      color:var(--neutral-12, #EEEEF0);
      width:100%;
      height:var(--interactive-height-sm);
      font-size:var(--text-md);
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      font-family:'Outfit';
      font-weight:var(--normal);
      padding-left:0.75rem;
      border-radius:var(--rounding-md);
      outline-color:transparent;
      outline-style:solid;
      outline-width:0px;
      padding-right:0.75rem;
      flex-direction:row;
      justify-content:start;
    }

    .ui-dropdown-checkbox\:root:active {
      background-color:var(--brand-4, #33255B);
    }

    .ui-dropdown-checkbox\:root:focus {
      background-color:var(--brand-4, #33255B);
    }

    .ui-dropdown-checkbox\:root.disabled {
      color:var(--neutral-9, #6F6D78);
      background-color:transparent;
    }

    .ui-dropdown-checkbox\:1ru_7EPaEYoQAuVWc7Gbw {
      width:1rem;
      height:1rem;
    }

    .example-dropdown\:ltVYX6wypOma5ooq-ot27 {
      font-weight:var(--medium);
      padding-left:2.25rem;
    }

    .ui-dropdown-radio-group-item\:root {
      gap:0.5rem;
      color:var(--neutral-12, #EEEEF0);
      width:100%;
      height:var(--interactive-height-sm);
      font-size:var(--text-md);
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      font-family:'Outfit';
      font-weight:var(--normal);
      padding-left:0.75rem;
      border-radius:var(--rounding-md);
      outline-color:transparent;
      outline-style:solid;
      outline-width:0px;
      padding-right:0.75rem;
      flex-direction:row;
      justify-content:start;
    }

    .ui-dropdown-radio-group-item\:root:active {
      background-color:var(--brand-4, #33255B);
    }

    .ui-dropdown-radio-group-item\:root:focus {
      background-color:var(--brand-4, #33255B);
    }

    .ui-dropdown-radio-group-item\:root.disabled {
      color:var(--neutral-9, #6F6D78);
      background-color:transparent;
    }

    .section-title\:root {
      color:var(--text-100);
      margin-bottom:-1.5rem;
    }

    .example-spinner\:0rHj64jNfyFUbYgt0qpmb {
      flex-direction:row;
    }

    .example-spinner\:eynyXGRDvupXS5cEqHkKH {
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    .example-checkbox-cards\:7i-aXJNYIlqC1qp_j1XsS {
      flex:1;
      width:100%;
    }

    .example-checkbox-cards\:a78KWkNKAy0tlp8j60KN9 {
      width:100%;
    }

    .example-headings\:0594MDcMvrsnktY4TUhIH {
      flex-direction:column;
    }

    .example-headings\:ROzxUrpgRK9ZMmvHVbLNQ {
      flex-direction:column;
    }

    .ui-callout-description\:root {
      flex:1;
      color:inherit;
      width:100%;
    }

    .ui-callout-title\:root {
      flex:1;
      color:inherit;
      width:100%;
      margin-top:0.1rem;
      font-weight:var(--medium);
    }

    .example-callout\:Og-DwfvCTbw7PHHtgDbNc {
      flex:1;
      flex-wrap:wrap;
      flex-direction:row;
    }

    @media (max-width: 500px) {

    .example-callout\:Og-DwfvCTbw7PHHtgDbNc {
      width:100%;
      flex-direction:column;
    }
    }

    .cGhDLZ {
      color:var(--color, #BAA7FF);
      display:flex;
      row-gap:0.75rem;
      column-gap:0.75rem;
      align-items:flex-start;
      padding-top:1rem;
      border-color:var(--color-border, #3C2E69);
      border-style:solid;
      border-width:var(--border-md);
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:row;
      padding-bottom:1rem;
      justify-content:flex-start;
      background-color:var(--color-bg, #291F43);
      border-top-left-radius:var(--rounding-md);
      border-top-right-radius:var(--rounding-md);
      border-bottom-left-radius:var(--rounding-md);
      border-bottom-right-radius:var(--rounding-md);
    }

    .bxnPqJ {
      flex:1;
      width:100%;
      display:flex;
      row-gap:0.375rem;
      column-gap:0.375rem;
    }

    @media (max-width: 500px) {

    .example-callout\:l2o6xp8KOc0_-MUrqqull {
      width:100%;
    }
    }

    .ui-bottom-sheet\:GxExsntuzkrRTquemLETt {
      opacity:0;
      background-color:var(--overlay-inverted-a9, #000000b3);
    }

    .ui-bottom-sheet\:GxExsntuzkrRTquemLETt.open {
      opacity:1;
    }

    .ui-bottom-sheet\:GxExsntuzkrRTquemLETt.open-transition {
      transition:opacity 300ms ease 0ms normal;
    }

    .ui-bottom-sheet\:GxExsntuzkrRTquemLETt.close-transition {
      transition:opacity 300ms ease 0ms normal;
    }

    .sc-bottom-sheet-portal\:root {
      align-items:center;
      justify-content:end;
    }

    .bottom-sheet-close-button\:Dz2P1eep8sebfLi4OPt9d {
      width:var(--line-height-2xl);
      height:var(--line-height-2xl);
    }

    .bottom-sheet-title\:root {
      flex:1;
      color:var(--neutral-12, #EEEEF0);
    }

    .ui-bottom-sheet-content\:root {
      width:100%;
      max-width:460px;
      translate:0 100%;
      padding-top:1rem;
      border-color:var(--neutral-5, #323035);
      border-style:solid;
      border-width:1px;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:2rem;
      background-color:var(--neutral-0, #0b0a0b);
      border-bottom-color:black;
      border-bottom-style:solid;
      border-bottom-width:0px;
      border-top-left-radius:var(--rounding-lg);
      border-top-right-radius:var(--rounding-lg);
      border-bottom-left-radius:0px;
      border-bottom-right-radius:0px;
    }

    .ui-bottom-sheet-content\:root.open {
      translate:0 0px;
      transition:translate 200ms ease 0ms normal;
    }

    .ui-bottom-sheet-content\:root.open-transition {
      transition:all 320ms ease 0ms normal;
    }

    .ui-bottom-sheet-content\:root.close-transition {
      transition:all 200ms cubic-bezier(0.58, 0.29, 0.25, 1) 0ms normal;
    }

    .example-select\:8Hd1H0jtdVzBq03Qs1Z96 {
      text-align:left;
    }

    .ui-select-item\:root {
      gap:0.5rem;
      color:var(--text-100);
      width:100%;
      cursor:pointer;
      height:3rem;
      font-size:var(--text-md);
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      font-weight:var(--semi);
      white-space:nowrap;
      padding-left:0.5rem;
      border-radius:var(--rounding-md);
      outline-color:transparent;
      outline-style:solid;
      outline-width:0px;
      padding-right:0.75rem;
      text-overflow:ellipsis;
      flex-direction:row;
      justify-content:start;
    }

    .ui-select-item\:root:hover {
      background:var(--overlay-inverted-a1);
    }

    .ui-select-item\:root:focus {
      background:var(--overlay-inverted-a1);
    }

    .ui-select-item\:root.checked {
      color:var(--khaki-3);
    }

    .ui-select-item\:root.disabled {
      cursor:default;
      opacity:0.5;
    }

    .ui-select-item\:root.disabled:hover {
      cursor:default;
      opacity:0.3;
    }

    .UiirU {
      width:0.25rem;
      height:0.25rem;
      background:var(--dashboard-primary);
      border-top-left-radius:var(--rounding-full);
      border-top-right-radius:var(--rounding-full);
      border-bottom-left-radius:var(--rounding-full);
      border-bottom-right-radius:var(--rounding-full);
    }

    .dAjXu {
      color:inherit;
      width:0.25rem;
      height:1rem;
      display:flex;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      justify-content:center;
    }

    .BEodR {
      width:fit-content;
      height:fit-content;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    .ui-select-item\:jXOY0P1qhs4GCmB0ulghg {
      width:0.25rem;
      height:1rem;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .ui-select-content\:root {
      display:flex;
      opacity:0;
      row-gap:0.125rem;
      min-width:fit-content;
      background:var(--dashboard-bg-body);
      box-shadow:var(--shadow-1);
      column-gap:0.125rem;
      max-height:50dvh;
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      padding-top:0.75rem;
      border-color:var(--overlay-inverted-a3);
      border-style:solid;
      border-width:var(--border-md);
      padding-left:0.75rem;
      padding-right:0.75rem;
      flex-direction:column;
      padding-bottom:0.75rem;
      justify-content:start;
      border-top-left-radius:var(--rounding-md);
      border-top-right-radius:var(--rounding-md);
      border-bottom-left-radius:var(--rounding-md);
      border-bottom-right-radius:var(--rounding-md);
    }

    .ui-select-content\:root.open {
      opacity:1;
    }

    .ui-select-content\:root.open-transition {
      transition:opacity 200ms ease 0ms normal;
    }

    .ui-select-content\:root.close-transition {
      transition:opacity 200ms ease 0ms normal;
    }

    .ui-select-content\:root:focus {
      outline-color:#ffffff;
      outline-style:none;
      outline-width:0px;
    }

    .example-select\:GP4fPRnIuLKUuU5Ekhu9E {
      width:200px;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .ui-select-scroll-area\:root {
      row-gap:0.125rem;
      column-gap:0.125rem;
      padding-top:0rem;
      padding-bottom:0rem;
    }

    .ui-select-trigger\:root {
      gap:0.5rem;
      color:var(--text-100);
      width:100%;
      height:3rem;
      display:flex;
      background:var(--dashboard-bg-body);
      overflow-x:hidden;
      overflow-y:hidden;
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      user-select:none;
      border-color:var(--overlay-inverted-a3);
      border-style:solid;
      border-width:var(--border-md);
      padding-left:1.125rem;
      border-radius:var(--rounding-md);
      outline-color:transparent;
      outline-style:solid;
      outline-width:var(--border-lg);
      padding-right:1.125rem;
      flex-direction:row;
      outline-offset:var(--border-md);
      -ms-user-select:none;
      justify-content:start;
      -moz-user-select:none;
      -webkit-user-select:none;
      border-top-left-radius:var(--rounding-full);
      border-top-right-radius:var(--rounding-full);
      border-bottom-left-radius:var(--rounding-full);
      border-bottom-right-radius:var(--rounding-full);
      -webkit-tap-highlight-color:transparent;
    }

    .ui-select-trigger\:root:active {
      transition:none;
    }

    .ui-select-trigger\:root.disabled {
      cursor:default;
      opacity:0.5;
    }

    .ui-select-trigger\:root:focus-visible {
      outline-color:var(--focus);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
    }

    .ui-select-icon\:root {
      color:inherit;
      width:1.25rem;
      height:1.25rem;
      font-size:inherit;
      transition:rotate 200ms ease 0ms normal;
      font-family:inherit;
      font-weight:inherit;
    }

    .ui-select-icon\:root.open {
      rotate:z 180deg;
    }

    .ui-select-icon\:qXJrBa5-7kV2dqk7LdS5C {
      width:100%;
      height:100%;
    }

    .ui-select-trigger\:mOthY2s7wl1xM0ydvBAlc {
      color:var(--text-100);
      text-align:left;
    }

    .example-select\:SsZOjEabXKLmeYURTTQYA {
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    .ui-select\:WAF0HFl0YuyKMmk9EKlas {
      width:fit-content;
    }

    .ui-select\:xHyiCcfn5Isgf8GLcTcFm {
      width:100%;
    }

    .example-select\:fQ5tcTk4QiMBGVqIi_TwA {
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    .example-icons\:-1dMjuiRiU2N_bn3gP0nd {
      flex-wrap:wrap;
      flex-direction:row;
    }

    .example-icons\:-rifeN7BPr74h74uKvpcj {
      flex-direction:column;
    }

    .example-icons\:3HAcgHF38tNdncQe0hKcE {
      color:var(--neutral-12);
    }

    .example-icons\:9oUX-dKEjAlwdactHOrYZ {
      flex-direction:column;
    }

    .example-icons\:EQ958lIllqo-KPTt7tsjN {
      flex-wrap:wrap;
      flex-direction:row;
    }

    .example-icons\:Pj2GVmRkL_5j3aK3cJHyz {
      flex-direction:row;
    }

    .example-icons\:fRjcR711HhV35RVP1FN-- {
      color:var(--neutral-12);
    }

    .example-icons\:rAPv0WjLKIhe5oowqATAC {
      color:var(--neutral-12);
    }

    .vSSmT {
      width:100%;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .example-popover\:acz7xM5F0sbqVtdEMFDKL {
      color:var(--neutral-12, #EEEEF0);
      font-weight:var(--medium);
    }

    .example-popover\:i-P_Yznht4SEUCyJi37IX {
      width:var(--interactive-height-sm);
      height:var(--interactive-height-sm);
    }

    .ui-popover-content\:root {
      gap:0.25rem;
      opacity:0;
      z-index:10;
      min-width:12rem;
      background:var(--dashboard-bg-body);
      box-shadow:var(--shadow-2);
      margin-top:0.75rem;
      margin-left:0.75rem;
      padding-top:0.5rem;
      border-color:var(--dashboard-border);
      border-style:solid;
      border-width:var(--border-md);
      margin-right:0.75rem;
      padding-left:0.5rem;
      margin-bottom:0.75rem;
      padding-right:0.5rem;
      padding-bottom:0.5rem;
      border-top-left-radius:var(--rounding-md);
      border-top-right-radius:var(--rounding-md);
      border-bottom-left-radius:var(--rounding-md);
      border-bottom-right-radius:var(--rounding-md);
    }

    .ui-popover-content\:root.open {
      opacity:1;
    }

    .ui-popover-content\:root.open-transition {
      transition:opacity 300ms ease 0ms normal;
    }

    .ui-popover-content\:root.close-transition {
      transition:opacity 300ms ease 0ms normal;
    }

    .example-popover\:i25DiKLwVbf_3P9nVwAEF {
      gap:1rem;
      padding-top:1rem;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:1rem;
    }

    .bNiyfD {
      gap:0.5rem;
      display:flex;
      padding-top:0px;
      border-color:black;
      border-style:solid;
      border-width:0px;
      padding-left:0px;
      padding-right:0px;
      flex-direction:row;
      padding-bottom:0px;
      background-color:transparent;
    }

    .ui-checkbox-group-item\:-EzwU9brPRI7-OGcvVJpj {
      color:var(--text-100);
    }

    .fEGdtY {
      flex:1;
      cursor:pointer;
      padding-top:0.2rem;
    }

    .ui-toolbar-separator\:root.orientation-vertical {
      width:1px;
      height:2.5rem;
      background-color:var(--neutral-5, #323035);
    }

    .example-toolbar\:WdcQNEAP9nv67EETliWzk {
      border-color:black;
      border-style:solid;
      border-width:0px;
    }

    .example-toolbar\:aKogsjzZMZDrqh5y_iwqo {
      border-color:black;
      border-style:solid;
      border-width:0px;
    }

    .dIIgYj {
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    .dIIgYj.orientation-vertical {
      flex-direction:column;
    }

    .ui-toolbar\:root {
      gap:0.5rem;
      width:fit-content;
      flex-wrap:wrap;
      padding-top:0.5rem;
      border-color:var(--neutral-5, #323035);
      border-style:solid;
      border-width:1px;
      padding-left:0.5rem;
      border-radius:var(--rounding-lg);
      padding-right:0.5rem;
      padding-bottom:0.5rem;
      background-color:var(--neutral-0, #0b0a0b);
    }

    .example-toast\:Og-DwfvCTbw7PHHtgDbNc {
      flex:1;
      flex-wrap:wrap;
      flex-direction:row;
    }

    .example-drawer\:0-PI6mVYcdsX4eQ_jiNXI {
      gap:rem;
    }

    .example-drawer\:3tvV5do1oWxIaqmcsqE0F {
      flex-direction:column;
    }

    .ui-drawer-footer\:root {
      flex:0;
      bottom:0rem;
      z-index:10;
      position:sticky;
      background:inherit;
      margin-top:auto;
    }

    .ui-drawer\:85BGAjAVpZmoU0bgBP_tE {
      opacity:0;
      background-color:var(--overlay-inverted-a9, #000000b3);
    }

    .ui-drawer\:85BGAjAVpZmoU0bgBP_tE.open {
      opacity:1;
    }

    .ui-drawer\:85BGAjAVpZmoU0bgBP_tE.open-transition {
      transition:opacity 300ms ease 0ms normal;
    }

    .ui-drawer\:85BGAjAVpZmoU0bgBP_tE.close-transition {
      transition:opacity 300ms ease 0ms normal;
    }

    .ui-drawer\:VzCHXreSUu2Wwhow4gkMb {
      padding-top:0rem;
      padding-left:0rem;
      padding-right:0rem;
      padding-bottom:0rem;
    }

    .example-drawer\:ImsIu_Lv_Lr76S16lo6ie {
      gap:rem;
    }

    .example-drawer\:ToUe2RhF5GBq2POr6efSQ {
      color:var(--neutral-12);
    }

    .bOXRss {
      width:100vw;
      display:flex;
      align-items:flex-end;
      justify-content:center;
    }

    .ui-drawer-content\:deBu8sIDDzrbImTGg8fsg {
      top:1dvh;
      right:1dvh;
      width:var(--width);
      bottom:1dvh;
      height:98dvh;
      opacity:0;
      position:sticky;
      max-width:calc(100% - 2dvh);
      translate:100% 0 0;
      background:var(--background-color);
      padding-top:1.5rem;
      border-color:var(--neutral-5, #323035);
      border-style:solid;
      border-width:1px;
      padding-left:1.5rem;
      border-radius:var(--rounding-lg);
      padding-right:1.5rem;
      padding-bottom:1.5rem;
    }

    .ui-drawer-content\:deBu8sIDDzrbImTGg8fsg.open {
      top:1dvh;
      right:1dvh;
      bottom:1dvh;
      height:98dvh;
      opacity:1;
      position:sticky;
      max-width:calc(100% - 2dvh);
      translate:0 0 0;
      background:var(--background-color);
      padding-top:1.5rem;
      padding-left:1.5rem;
      padding-right:1.5rem;
      padding-bottom:1.5rem;
    }

    .ui-drawer-content\:deBu8sIDDzrbImTGg8fsg.open-transition {
      transition:all 320ms ease 0ms normal;
    }

    .ui-drawer-content\:deBu8sIDDzrbImTGg8fsg.close-transition {
      transition:all 200ms cubic-bezier(0.58, 0.29, 0.25, 1) 0ms normal;
    }

    .example-drawer\:q5DEDHuFJMOxsXKIyMyVx {
      flex-wrap:wrap;
      flex-direction:row;
    }

    .OJgxS {
      gap:0.25rem;
      color:var(--color);
      width:fit-content;
      height:var(--height);
      display:flex;
      background:color-mix(in srgb, var(--color) 10%, transparent);
      align-items:center;
      border-color:var(--color-border);
      border-style:solid;
      border-width:var(--border-md);
      padding-left:var(--padding-horizontal);
      border-radius:var(--rounding-full);
      padding-right:var(--padding-horizontal);
      flex-direction:row;
      justify-content:center;
    }

    .ui-badge-hexcode\:yc0-MBS-dBtM50eLW1K_3 {
      color:inherit;
      font-size:var(--font-size);
      font-weight:var(--semi);
    }

    .example-badge\:54MWlOqhtj70kdzL8HNzm {
      flex-direction:column;
    }

    .example-badge\:9oUX-dKEjAlwdactHOrYZ {
      flex-direction:column;
    }

    .example-badge\:BLPATi9v-jqZOsYX_x-GT {
      flex-wrap:wrap;
      flex-direction:row;
    }

    .example-badge\:FiFmpa_wfzv1BTGJLAKKK {
      flex-wrap:wrap;
      flex-direction:row;
    }

    .example-badge\:QWprR3KsP0m1-IoKWsJWC {
      flex-wrap:wrap;
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    .example-badge\:aREe4RUkElg5LAvKYoDQs {
      flex-direction:column;
    }

    .ui-slider\:root {
      height:1.5rem;
    }

    .ui-slider\:CTyqdXLyuxik-gcr0ESCc {
      height:100%;
      background-color:var(--brand-10, #7D66D9);
    }

    .ui-slider\:SUnVo-HlghYpJxxvdG0PO {
      width:1.5rem;
      height:1.5rem;
      border-color:var(--brand-10, #7D66D9);
      border-style:solid;
      border-width:var(--border-md);
      border-radius:var(--rounding-full);
      background-color:var(--neutral-0, #0b0a0b);
    }

    .ui-slider\:SUnVo-HlghYpJxxvdG0PO:hover {
      background-color:var(--neutral-2, #1A191B);
    }

    .ui-slider\:SUnVo-HlghYpJxxvdG0PO:focus-visible {
      outline-color:var(--focus);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
    }

    .ui-slider\:YgA-_e6kGdDxLviziE5ga {
      height:0.5rem;
      overflow-x:hidden;
      overflow-y:hidden;
      border-radius:var(--rounding-md);
      background-color:var(--neutral-6, #3C393F);
    }

    .example-slider\:sZrWSsQ1nJ3tYb1L_hS8t {
      width:200px;
    }

    .bRPXKT {
      flex:1;
      align-items:start;
      justify-content:end;
    }

    .ui-toggle\:root {
      color:var(--neutral-12, #EEEEF0);
      width:var(--interactive-height-md);
      cursor:default;
      height:var(--interactive-height-md);
      font-size:var(--text-md);
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      font-family:'DM Sans';
      font-weight:var(--semi);
      user-select:none;
      border-color:var(--neutral-6, #3C393F);
      border-style:solid;
      border-width:var(--border-md);
      border-radius:var(--rounding-md);
      outline-color:transparent;
      outline-style:solid;
      outline-width:var(--border-lg);
      flex-direction:row;
      outline-offset:var(--border-md);
      -ms-user-select:none;
      justify-content:center;
      -moz-user-select:none;
      background-color:var(--neutral-0, #0b0a0b);
      -webkit-user-select:none;
    }

    .ui-toggle\:root:hover {
      background-color:var(--brand-2, #1B1525);
    }

    .ui-toggle\:root.pressed {
      transition:none;
      background-color:var(--brand-4, #33255B);
    }

    .ui-toggle\:root.pressed:hover {
      background-color:var(--brand-4, #33255B);
    }

    .ui-toggle\:root:focus-visible {
      outline-color:var(--focus);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
    }

    .eFsvqW {
      flex-direction:row;
    }

    .example-avatar-group\:l7d6noQQ_KyvPIAxwzeqi {
      flex:1;
      align-items:center;
      justify-content:center;
    }

    .ebmcwb {
      transition:translate 200ms ease 0ms normal;
    }

    .ebmcwb:hover {
      z-index:1;
      translate:0 -4px;
    }

    .UgflH {
      width:var(--size);
      height:var(--size);
      font-size:var(--text);
      translate:var(--translate);
      margin-left:var(--margin-left);
    }

    .eazFKa {
      margin-top:5%;
    }

    .ui-avatar\:83IoCphxhLn66zaf2kN7e {
      width:100%;
      height:100%;
      font-size:inherit;
      align-items:center;
      font-weight:var(--medium);
      -ms-user-select:none;
      justify-content:center;
      -moz-user-select:none;
      -webkit-user-select:none;
      -webkit-tap-highlight-color:transparent;
    }

    .ui-avatar\:iKY9Em6-sj-PcYoshITFV {
      color:var(--text-khaki-050);
      font-size:var(--text);
      font-weight:var(--semi);
    }

    .ui-avatar\:tuyvFY_kshSNEWmuONVur {
      width:100%;
      height:100%;
      background:var(--khaki-9);
      overflow-x:hidden;
      overflow-y:hidden;
      align-items:center;
      border-color:var(--overlay-inverted-a2);
      border-style:solid;
      border-width:var(--border-md);
      justify-content:center;
      border-top-left-radius:var(--rounding-full);
      border-top-right-radius:var(--rounding-full);
      border-bottom-left-radius:var(--rounding-full);
      border-bottom-right-radius:var(--rounding-full);
    }

    .fdPeqB {
      aspect-ratio:1;
    }

    .ui-avatar\:wutm_QXPw-hLpZ-9gzDJh {
      width:100%;
      height:100%;
      object-fit:cover;
      pointer-events:none;
    }

    .bBjqTv {
      width:fit-content;
      background:var(--dashboard-bg-body);
      padding-top:0px;
      border-color:var(--neutral-9);
      border-style:solid;
      border-width:1px;
      padding-left:0px;
      padding-right:0px;
      padding-bottom:0px;
      border-top-left-radius:var(--rounding-sm);
      border-top-right-radius:var(--rounding-sm);
      border-bottom-left-radius:var(--rounding-sm);
      border-bottom-right-radius:var(--rounding-sm);
    }

    .duRtVP {
      gap:0.5rem;
      width:100%;
      height:12rem;
      display:flex;
      background:var(--dashboard-bg-body);
      overflow-x:clip;
      overflow-y:clip;
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      padding-top:0.75rem;
      border-color:var(--neutral-7, #49474E);
      border-style:Dashed;
      border-width:1px;
      padding-left:0.75rem;
      border-radius:var(--rounding-md);
      padding-right:0.75rem;
      flex-direction:row;
      padding-bottom:0.75rem;
      justify-content:space-between;
    }

    .cRgVgI {
      width:fit-content;
      height:100%;
      max-width:100%;
      max-height:100%;
      transition:opacity 300ms ease;
      border-top-left-radius:var(--rounding-sm);
      border-top-right-radius:var(--rounding-sm);
      border-bottom-left-radius:var(--rounding-sm);
      border-bottom-right-radius:var(--rounding-sm);
    }

    .cRgVgI.hide {
      opacity:0;
    }

    .nwTuD {
      top:0px;
      left:0px;
      right:0px;
      bottom:0px;
      display:flex;
      z-index:1;
      position:absolute;
      background:inherit;
      align-items:center;
      justify-content:center;
    }

    .ui-field-rich-text\:RMFjpexN97v-OWnQFlxnj {
      overflow-x:clip;
      overflow-y:clip;
      border-top-left-radius:var(--rounding-sm);
      border-top-right-radius:var(--rounding-sm);
      border-bottom-left-radius:var(--rounding-sm);
      border-bottom-right-radius:var(--rounding-sm);
    }

    .NnZnj {
      flex:1;
      width:100%;
      height:100%;
      max-width:100%;
      max-height:100%;
      object-fit:contain;
      user-select:none;
    }

    .cFkZKk {
      color:var(--neutral-12);
    }

    .foxSXU {
      width:100%;
      cursor:pointer;
      height:6rem;
      display:flex;
      row-gap:1rem;
      background:var(--dashboard-bg-body);
      column-gap:1rem;
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      border-color:var(--overlay-inverted-a3);
      border-style:Dashed;
      border-width:var(--border-md);
      padding-left:1.125rem;
      border-radius:var(--rounding-md);
      padding-right:1.125rem;
      flex-direction:row;
      justify-content:center;
    }

    .foxSXU:focus {
      outline-color:var(--focus);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
    }

    .c-cropper-drag-and-drop-trigger\:0HTn1a_DPzRoEG8jnoG8o {
      color:var(--text-100);
      width:1rem;
      height:1rem;
    }

    .gdUTp {
      top:0px;
      left:0px;
      right:0px;
      bottom:0px;
      display:flex;
      row-gap:0.5rem;
      z-index:2;
      position:absolute;
      background:inherit;
      column-gap:0.5rem;
      overflow-x:clip;
      overflow-y:clip;
      transition:all 150ms ease;
      align-items:center;
      outline-color:var(--dashboard-primary);
      outline-style:solid;
      outline-width:var(--border-lg);
      flex-direction:row;
      justify-content:center;
      border-top-left-radius:var(--rounding-md);
      border-top-right-radius:var(--rounding-md);
      border-bottom-left-radius:var(--rounding-md);
      border-bottom-right-radius:var(--rounding-md);
    }

    .gdUTp.hidden {
      opacity:0;
    }

    .c-cropper-drag-and-drop-trigger\:D2Fiq-5P-5C0wnb0V1wx7 {
      color:var(--text-100);
    }

    .c-cropper-drag-and-drop-trigger\:aC8jrwFvZExFpHfbFmkuS {
      flex:1;
      color:var(--dashboard-primary);
      z-index:1;
      text-align:center;
    }

    .blMLVx {
      top:0px;
      left:0px;
      right:0px;
      bottom:0px;
      opacity:0.25;
      position:absolute;
      background:var(--dashboard-primary);
      transition:opacity 150ms ease;
    }

    .kYpzU {
      width:100%;
    }

    .kYpzU:disabled {
      opacity:0.5;
    }

    .cQieju {
      width:fit-content;
      height:fit-content;
      max-height:50dvh;
    }

    .fAjVoq {
      width:100%;
      height:fit-content;
      display:flex;
      row-gap:1rem;
      background:var(--dashboard-bg-2);
      column-gap:1rem;
      overflow-x:clip;
      overflow-y:clip;
      align-items:center;
      padding-top:1rem;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:column;
      padding-bottom:1rem;
      justify-content:flex-start;
      border-top-left-radius:var(--rounding-sm);
      border-top-right-radius:var(--rounding-sm);
      border-bottom-left-radius:var(--rounding-sm);
      border-bottom-right-radius:var(--rounding-sm);
    }

    .bYblgT {
      width:fit-content;
      height:fit-content;
      max-height:50dvh;
    }

    .dwWenj {
      width:100%;
      height:100%;
      max-width:100%;
      max-height:100%;
      object-fit:contain;
      user-select:none;
    }

    .bPdA-do {
      display:flex;
      row-gap:0.5rem;
      column-gap:0.5rem;
      align-items:flex-end;
      flex-direction:row;
      justify-content:flex-end;
    }

    .dkXksj {
      gap:1rem;
      width:100%;
    }

    .example-field\:BWJZQSOJSGeHVd86Ke8qL {
      width:100%;
      height:var(--interactive-height-sm);
    }

    .example-field\:Beka4WOnMmKcQ_Sg5ewP8 {
      flex:1;
      flex-direction:column;
    }

    @media (max-width: 620px) {

    .example-field\:Beka4WOnMmKcQ_Sg5ewP8 {
      width:100%;
    }
    }

    .cFRjBi {
      color:var(--text-075);
      width:1.25rem;
      height:1.25rem;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    .cfuikQ {
      gap:2rem;
      width:100%;
    }

    .qbhTU {
      flex:1;
      color:var(--text-100);
      width:100%;
      height:100%;
      display:flex;
      font-size:var(--text-md);
      align-items:center;
      font-family:Inter;
      font-weight:var(--normal);
      flex-direction:row;
      justify-content:space-between;
    }

    .qbhTU::placeholder {
      color:var(--text-025);
      font-size:var(--text-md);
      font-family:Inter;
      font-weight:var(--normal);
    }

    .fDHoQh {
      width:1px;
      height:1px;
      display:flex;
      opacity:0;
      overflow:hidden;
      position:absolute;
      clip-path:inset(0);
      word-wrap:normal;
      margin-top:-1px;
      margin-left:-1px;
      padding-top:0px;
      white-space:nowrap;
      border-color:transparent;
      border-style:none;
      border-width:0px;
      padding-left:0px;
      padding-right:0px;
      flex-direction:column;
      padding-bottom:0px;
    }

    .example-field\:I4J5XVtyz0ugO9ppRgJF2 {
      width:100%;
    }

    .ui-field-text-area\:root {
      width:100%;
      height:fit-content;
      overflow-x:auto;
      overflow-y:auto;
      padding-top:0px;
      padding-left:0px;
      padding-right:0px;
      padding-bottom:0px;
      border-top-left-radius:var(--rounding-sm);
      border-top-right-radius:var(--rounding-sm);
      border-bottom-left-radius:var(--rounding-sm);
      border-bottom-right-radius:var(--rounding-sm);
    }

    .fEXSwh {
      flex:1;
      color:var(--text-100);
      width:100%;
      height:100%;
      font-size:var(--text-md);
      font-family:Inter;
      font-weight:var(--normal);
      padding-top:1.125rem;
      padding-left:1.125rem;
      padding-right:1.125rem;
      padding-bottom:1.125rem;
    }

    .fEXSwh::placeholder {
      color:var(--text-025);
      font-size:var(--text-md);
      font-family:Inter;
      font-weight:var(--normal);
    }

    .example-field\:hgKFrJlgepXWGnzT9kfDJ {
      flex:1;
      flex-direction:column;
    }

    @media (max-width: 620px) {

    .example-field\:hgKFrJlgepXWGnzT9kfDJ {
      width:100%;
    }
    }

    .ui-field-password-toggle\:root {
      width:2rem;
      height:2rem;
      margin-right:-0.5rem;
    }

    .example-field\:tvGIEndbB33B2iqKd4V9C {
      gap:rem;
    }

    @media (max-width: 620px) {

    .example-field\:vClzeU85IhgAFGiURezy7 {
      flex-direction:column;
    }
    }

    .ui-button-text\:root {
      color:var(--text-100);
      width:fit-content;
      height:fit-content;
      font-size:var(--text-md);
      transition:opacity 200ms ease 0ms normal;
      align-items:center;
      font-family:Inter;
      font-weight:var(--semi);
      user-select:none;
      flex-direction:row;
      outline-offset:var(--border-md);
      -ms-user-select:none;
      justify-content:center;
      -moz-user-select:none;
      -webkit-user-select:none;
      border-top-left-radius:var(--rounding-full);
      border-top-right-radius:var(--rounding-full);
      border-bottom-left-radius:var(--rounding-full);
      border-bottom-right-radius:var(--rounding-full);
      -webkit-tap-highlight-color:transparent;
    }

    .ui-button-text\:root:hover {
      opacity:0.8;
    }

    .ui-button-text\:root:active {
      transition:none;
    }

    .ui-button-text\:root.disabled {
      cursor:default;
      opacity:0.3;
    }

    .ui-button-text\:root:focus-visible {
      outline-color:var(--focus);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
      border-top-left-radius:var(--rounding-full);
      border-top-right-radius:var(--rounding-full);
      border-bottom-left-radius:var(--rounding-full);
      border-bottom-right-radius:var(--rounding-full);
    }

    .bYosio {
      top:0px;
      left:0px;
      right:0px;
      bottom:0px;
      display:flex;
      position:absolute;
      align-items:center;
      justify-content:center;
    }

    .fvYDLP {
      display:flex;
      row-gap:0.35rem;
      column-gap:0.35rem;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .fvYDLP.loading {
      opacity:0;
    }

    .ui-button-text\:zAXDnXwWxocGGh_S-i75y {
      width:1rem;
      height:1rem;
      margin-right:0.25rem;
    }

    .example-button-text\:O1Dq24K7qtBUxjNe6J0jW {
      flex-wrap:wrap;
      flex-direction:row;
    }

    .example-button-text\:Pj2GVmRkL_5j3aK3cJHyz {
      flex-direction:row;
    }

    .example-button-text\:a_98hISqyb3l4JCdNV9Pf {
      flex-wrap:wrap;
      flex-direction:row;
    }

    .example-avatar\:EOoONJcbA7fv3WUCWqMik {
      flex-direction:row;
    }

    .example-avatar\:H4ABNLEk2EBdFY5r8EOIC {
      flex-direction:row;
    }

    .otaOx {
      gap:0.5rem;
      display:flex;
      flex-direction:row;
    }

    .dwYovU {
      width:100%;
      height:100%;
      display:flex;
      align-items:center;
      flex-direction:column;
      justify-content:center;
    }

    .ui-radio-group-item\:lvkX_rtZr8EfkUNOw7M8- {
      width:0.75rem;
      height:0.75rem;
      opacity:0;
      background:var(--dashboard-bg-body);
      align-items:center;
      border-radius:var(--rounding-full);
      justify-content:center;
    }

    .ui-radio-group-item\:lvkX_rtZr8EfkUNOw7M8-.checked {
      opacity:1;
    }

    .ui-radio-group-item\:mYE7oIgES0RSKW--2MEjn {
      width:var(--toggle-height-md);
      height:var(--toggle-height-md);
      background:var(--dashboard-bg-body);
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      border-color:var(--overlay-inverted-a3);
      border-style:solid;
      border-width:var(--border-md);
      border-radius:var(--rounding-full);
      outline-color:transparent;
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
      justify-content:center;
      background-color:var(--neutral-0, #0b0a0b);
      border-top-left-radius:var(--rounding-full);
      border-top-right-radius:var(--rounding-full);
      border-bottom-left-radius:var(--rounding-full);
      border-bottom-right-radius:var(--rounding-full);
    }

    .ui-radio-group-item\:mYE7oIgES0RSKW--2MEjn:hover {
      border-color:var(--dashboard-primary-hover);
      border-style:solid;
    }

    .ui-radio-group-item\:mYE7oIgES0RSKW--2MEjn:active {
      background:var(--dashboard-primary);
      background-color:var(--neutral-4, #2B292D);
    }

    .ui-radio-group-item\:mYE7oIgES0RSKW--2MEjn:focus-visible {
      outline-color:var(--focus);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
    }

    .ui-radio-group-item\:mYE7oIgES0RSKW--2MEjn.checked {
      background:var(--dashboard-primary);
    }

    .ui-radio-group-description\:root {
      color:var(--text-100);
      padding-top:0.2rem;
    }

    .example-separator\:OjTYdLVGuQO1mHU6LJ89f {
      width:200px;
      margin-top:1rem;
      margin-bottom:1rem;
    }

    .czMidB {
      flex:1;
      align-items:start;
      justify-content:center;
    }

    .bTMEGE {
      width:100%;
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    .flUuuk {
      color:var(--neutral-12, #EEEEF0);
      font-size:var(--text-md);
      font-family:'Outfit';
      line-height:var(--line-height-md);
      padding-top:0.5rem;
      padding-bottom:0.5rem;
    }

    .gYuIW {
      color:var(--neutral-11, #B5B2BC);
      display:flex;
      font-size:var(--text-md);
      min-width:var(--min-width);
      font-family:'Outfit';
      line-height:var(--line-height-md);
      padding-top:0.5rem;
      padding-right:0.5rem;
      flex-direction:row;
      padding-bottom:0.5rem;
    }

    .eHBzmS {
      :;
      display:flex;
      flex-direction:column;
    }

    .example-button-critical\:8bHjVjxrYrZHquUpQEqDB {
      flex-wrap:wrap;
      flex-direction:row;
    }

    .ui-button-critical\:root {
      color:var(--neutral-12);
      width:fit-content;
      height:fit-content;
      font-size:var(--text-md);
      background:var(--critical-primary);
      overflow-x:hidden;
      overflow-y:hidden;
      transition:background-color 200ms ease 0ms normal;
      align-items:center;
      font-family:'Outfit';
      font-weight:var(--semi);
      user-select:none;
      border-color:var(--critical-primary);
      border-style:solid;
      border-width:1px;
      border-radius:var(--rounding-md);
      outline-color:transparent;
      outline-style:solid;
      outline-width:var(--border-lg);
      flex-direction:row;
      outline-offset:var(--border-md);
      -ms-user-select:none;
      justify-content:center;
      -moz-user-select:none;
      -webkit-user-select:none;
      -webkit-tap-highlight-color:transparent;
    }

    .ui-button-critical\:root:hover {
      border-color:var(--critical-9, #E54666);
      border-style:solid;
      background-color:var(--critical-9, #E54666);
    }

    .ui-button-critical\:root:active {
      background:var(--critical-9, #FF949D);
      transition:none;
      border-color:var(--critical-9, #E54666);
      border-style:solid;
      background-color:var(--critical-9, #E54666);
    }

    .ui-button-critical\:root:focus-visible {
      outline-color:var(--focus);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
    }

    .ui-button-critical\:root.disabled {
      cursor:default;
      opacity:0.5;
    }

    .fqHbau {
      top:0px;
      left:0px;
      color:inherit;
      right:0px;
      bottom:0px;
      display:flex;
      z-index:1;
      position:absolute;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
      justify-content:center;
      background-color:var(--critical-10, #EC5A72);
    }

    .example-button-critical\:DbXC3fus2nRNprMJjkStV {
      flex-wrap:wrap;
      flex-direction:row;
    }

    .example-button-critical\:Pj2GVmRkL_5j3aK3cJHyz {
      flex-direction:row;
    }

    .example-button-critical\:RxqG0213c_U5o38ByzQFX {
      flex-direction:column;
    }

    .example-button-critical\:VjP4BzBcXhFuye-T0sdUT {
      flex-direction:column;
    }

    .example-button-critical\:b4y6B7abI9VnPFzoHBqhc {
      width:var(--interactive-height-md);
    }

    .example-button-critical\:cW5vnlA4Lhc54agcZF5l- {
      flex-direction:column;
    }

    .example-button-critical\:o8FVuYogUuiQ-KHUN1oVT {
      flex-wrap:wrap;
      flex-direction:row;
    }

    .example-tabs\:lT5Uc0Bo_LWaNQHMcxX7W {
      gap:0.25rem;
      height:100px;
      padding-top:1rem;
      border-color:var(--neutral-5, #323035);
      border-style:solid;
      border-width:var(--border-md);
      padding-left:1rem;
      border-radius:var(--rounding-lg);
      padding-right:1rem;
      padding-bottom:1rem;
      background-color:var(--neutral-0, #0b0a0b);
    }

    .blNWsN {
      gap:0.5rem;
      color:var(--neutral-0, #0b0a0b);
      width:fit-content;
      cursor:pointer;
      height:var(--interactive-height-md);
      font-size:var(--text-md);
      overflow-x:hidden;
      overflow-y:hidden;
      transition:background-color 300ms ease 0ms normal;
      align-items:center;
      font-family:'Outfit';
      font-weight:var(--semi);
      padding-left:0.75rem;
      border-radius:var(--rounding-md);
      outline-color:transparent;
      outline-style:solid;
      outline-width:var(--border-lg);
      padding-right:0.75rem;
      flex-direction:row;
      outline-offset:var(--border-md);
      -ms-user-select:none;
      justify-content:center;
      -moz-user-select:none;
      background-color:var(--brand-10, #8a75dd);
      -webkit-user-select:none;
      -webkit-tap-highlight-color:transparent;
    }

    .blNWsN:hover {
      background-color:var(--brand-9, #755ed1);
      text-decoration-color:var(--color-underline-hovered);
    }

    .blNWsN:focus-visible {
      outline-color:var(--focus);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
    }

    .blNWsN.pressed {
      transition:none;
      background-color:var(--brand-11, #BAA7FF);
    }

    .blNWsN.disabled {
      cursor:default;
      opacity:0.5;
      background-color:var(--brand-10, #7D66D9);
    }

    .example-link-button\:J5MZOSGmL9BEk9GcGm-s5 {
      flex-wrap:wrap;
      flex-direction:row;
    }

    .example-link-button\:Pj2GVmRkL_5j3aK3cJHyz {
      flex-direction:row;
    }

    .example-link-button\:_xu0GGO1gqz5heipKTMKh {
      width:var(--interactive-height-md);
    }

    .example-link-button\:kza1QeTLyy3Z1j0CXb5wN {
      flex-wrap:wrap;
      flex-direction:row;
    }

    .example-cropper\:7__NbnZrmeoBadLTmyr7N {
      flex-wrap:wrap;
      flex-direction:row;
    }

    .example-cropper\:HpnJUw87Ah9ZW7srcFdej {
      color:var(--neutral-12);
    }

    .example-cropper\:l7d6noQQ_KyvPIAxwzeqi {
      flex:1;
      align-items:center;
      justify-content:center;
    }

    .drQfy {
      width:100%;
      height:6rem;
      background:#ff3838;
    }

    .wAntH {
      top:0px;
      left:0px;
      right:0px;
      width:100%;
      bottom:0px;
      height:100%;
      z-index:2;
      position:absolute;
    }

    .bulvfr {
      left:0px;
      width:21rem;
      bottom:0px;
      row-gap:1rem;
      z-index:3;
      max-width:80%;
      background:var(--neutral-2);
      column-gap:1rem;
      padding-top:2rem;
      padding-left:2rem;
      padding-right:2rem;
      padding-bottom:2rem;
      -webkit-backdrop-filter:blur(20px);
      border-top-right-radius:var(--rounding-md);
    }

    .example-gsap\:BidmWdFMPXYDHfK6gQ6_C {
      color:var(--text-alternate-075);
    }

    .example-gsap\:ByLvevSssxTR1JLJQc16- {
      color:var(--text-alternate-100);
    }

    .csICqv {
      background:#d48c8c;
      margin-top:0.5rem;
      padding-top:1rem;
      padding-left:1.5rem;
      padding-right:1.5rem;
      padding-bottom:1rem;
    }

    .example-gsap\:DTBPRfG8uySZomsksOckb {
      flex-direction:column;
    }

    .flJjLS {
      width:100%;
      filter:saturate(0.7) contrast(0.9) brightness(1.30);
      height:100%;
      object-fit:cover;
    }

    .dJkapg {
      width:4rem;
      cursor:pointer;
      height:4rem;
      display:flex;
      background:var(--neutral-12);
      transition:background 200ms ease;
      align-items:center;
      justify-content:center;
      border-top-left-radius:var(--rounding-full);
      border-top-right-radius:var(--rounding-full);
      border-bottom-left-radius:var(--rounding-full);
      border-bottom-right-radius:var(--rounding-full);
    }

    .dJkapg:hover {
      background:var(--neutral-10);
    }

    .dJkapg:focus-visible {
      outline-color:var(--focus);
      outline-style:solid;
      outline-width:var(--border-lg);
      outline-offset:var(--border-md);
    }

    .example-gsap\:Yz7PlffmDfWDNj2l5CkG8 {
      color:var(--btn-sec-text);
      background:var(--btn-sec-bg);
    }

    .ciUaIp {
      width:100%;
      background:var(--overlay-inverted-a1);
      padding-top:1rem;
      border-color:var(--neutral-4);
      border-style:solid;
      border-width:1px;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:1rem;
      border-top-left-radius:var(--rounding-sm);
      border-top-right-radius:var(--rounding-sm);
      border-bottom-left-radius:var(--rounding-sm);
      border-bottom-right-radius:var(--rounding-sm);
    }

    .example-gsap\:bjVEjON6keIjuR6n6dhy1 {
      color:var(--neutral-6);
    }

    .bRwggk {
      width:100%;
      height:fit-content;
      overflow:hidden;
      position:relative;
      min-height:10rem;
    }

    .btJOGW {
      width:100%;
      height:100%;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .example-gsap\:by8-2xLR27plajS0XeRRc {
      height:44rem;
    }

    .ehIQRv {
      top:0px;
      left:0px;
      right:0px;
      bottom:0px;
      z-index:1;
      position:absolute;
      background:linear-gradient(to bottom, #393d3933 20%, #393d3999 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
    }

    .eEIrqq {
      width:100%;
      display:flex;
      z-index:6;
      position:absolute;
      max-width:40rem;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .fjJhzG {
      width:fit-content;
      height:fit-content;
      display:flex;
      position:absolute;
      box-shadow:var(--shadow-2);
      overflow-x:clip;
      overflow-y:clip;
      align-items:center;
      justify-content:center;
    }

    .eyAmaz {
      width:100%;
      height:100%;
    }

    .bWyYrH {
      width:30rem;
      height:100%;
      overflow-x:clip;
      overflow-y:clip;
      border-top-left-radius:var(--rounding-lg);
      border-top-right-radius:var(--rounding-lg);
      border-bottom-left-radius:var(--rounding-lg);
      border-bottom-right-radius:var(--rounding-lg);
    }

    .example-gsap\:mtXDaahYbfBwItPWslcru {
      row-gap:1rem;
      flex-wrap:wrap;
      column-gap:1rem;
      flex-direction:column;
    }

    .eJBHdi {
      z-index:5;
    }

    .example-gsap\:rLnyZXAL0lUDd511xmqJ5 {
      left:0px;
      width:fit-content;
      bottom:0px;
      height:fit-content;
      position:absolute;
    }

    .example-gsap\:xXUlb9omUquxCq6hJXVJW {
      color:var(--btn-sec-text);
      background:var(--btn-sec-bg);
    }

    .example-gsap\:z7XMxc2rU00cJq16diLDh {
      color:var(--neutral-12);
    }

    .example-login\:DTBPRfG8uySZomsksOckb {
      flex-direction:column;
    }

    .example-login\:mtXDaahYbfBwItPWslcru {
      flex-wrap:wrap;
      flex-direction:row;
    }

    .example-pagination\:-uzOXZIm3P7rR8ZHfIkkY {
      color:var(--neutral-12);
    }

    .example-pagination\:1HJDa7dvovySap4JaFHzi {
      color:var(--neutral-6);
    }

    .example-pagination\:DTBPRfG8uySZomsksOckb {
      flex-direction:column;
    }

    .dpinnp {
      row-gap:0.5rem;
      column-gap:0.5rem;
      flex-direction:column;
    }

    .etiPAl {
      width:30rem;
      background:var(--neutral-1);
      padding-top:0.5rem;
      padding-left:0.5rem;
      padding-right:0.5rem;
      padding-bottom:0.5rem;
    }

    .example-pagination\:mtXDaahYbfBwItPWslcru {
      flex-wrap:wrap;
      flex-direction:row;
    }

    .example-qr-scanner\:-uzOXZIm3P7rR8ZHfIkkY {
      color:var(--neutral-12);
    }

    .example-qr-scanner\:Aul47FDZQ048oHYxZCehY {
      left:1rem;
      bottom:1rem;
      position:absolute;
      max-width:18rem;
    }

    .example-qr-scanner\:DTBPRfG8uySZomsksOckb {
      flex-direction:column;
    }

    .dQyuEY {
      width:100%;
      height:100%;
    }

    .dQyuEY.deactiv {
      display:none;
    }

    .XtuLV {
      inset:0;
      display:flex;
      position:absolute;
      align-items:center;
      padding-top:20vh;
      place-items:center;
      justify-content:flex-start;
    }

    .bHGznC {
      color:var(--neutral-10);
      width:17rem;
      height:17rem;
      max-width:90vw;
      box-shadow:0 0 0 9999px #00000066;
      max-height:90vw;
      border-top-left-radius:12%;
      border-top-right-radius:12%;
      border-bottom-left-radius:12%;
      border-bottom-right-radius:12%;
    }

    .bHGznC.scan-success {
      color:var(--success-8);
    }

    .wiiDY {
      width:20%;
      position:relative;
      overflow-x:hidden;
      overflow-y:hidden;
      aspect-ratio:1/1;
    }

    .eEXRyO {
      flex:1;
      width:100%;
      display:flex;
      align-items:flex-end;
      flex-direction:row;
      justify-content:space-between;
    }

    .bxXAeT {
      width:calc(100% + 12px);
      margin-top:-6px;
      margin-left:-6px;
      aspect-ratio:1/1;
    }

    .bjmWSv {
      right:0px;
      width:120%;
      bottom:0px;
      height:120%;
      position:absolute;
      border-color:inherit;
      border-style:solid;
      border-width:6px;
      border-top-left-radius:0%;
      border-top-right-radius:0%;
      border-bottom-left-radius:0%;
      border-bottom-right-radius:60%;
    }

    .bhpyyh {
      flex:1;
      width:100%;
      display:flex;
      align-items:flex-start;
      flex-direction:row;
      justify-content:space-between;
    }

    .frnTXC {
      left:0px;
      width:120%;
      bottom:0px;
      height:120%;
      position:absolute;
      border-color:inherit;
      border-style:solid;
      border-width:6px;
      border-top-left-radius:0%;
      border-top-right-radius:0%;
      border-bottom-left-radius:60%;
      border-bottom-right-radius:0%;
    }

    .eAblbB {
      top:0px;
      right:0px;
      width:120%;
      height:120%;
      position:absolute;
      border-color:inherit;
      border-style:solid;
      border-width:6px;
      border-top-left-radius:0%;
      border-top-right-radius:60%;
      border-bottom-left-radius:0%;
      border-bottom-right-radius:0%;
    }

    .cBLLOu {
      top:0px;
      left:0px;
      width:120%;
      height:120%;
      position:absolute;
      border-color:inherit;
      border-style:solid;
      border-width:6px;
      border-top-left-radius:60%;
      border-top-right-radius:0%;
      border-bottom-left-radius:0%;
      border-bottom-right-radius:0%;
    }

    .cmkWhC {
      top:0px;
      left:0px;
      right:0px;
      width:100%;
      bottom:0px;
      height:100%;
      position:absolute;
      object-fit:cover;
    }

    .dniEjD {
      top:1rem;
      right:1rem;
      row-gap:1rem;
      position:absolute;
      column-gap:1rem;
    }

    .cKcBqm {
      width:fit-content;
      z-index:2;
    }

    .c-qr-scan-flash-button\:Ko9_hfTBAWFnsikPp5jsM {
      color:#fdd32b;
    }

    .c-qr-scan\:RP6_piZjbHP6jygVVoPm_ {
      right:1rem;
      bottom:1rem;
      z-index:1;
      position:absolute;
    }

    .cfLhuF {
      width:100%;
      height:100%;
      position:relative;
      overflow-x:clip;
      overflow-y:clip;
      aspect-ratio:3/4;
      -webkit-touch-callout:none;
    }

    .c-qr-scan\:gRBsPBqWaDXFiGsscQSot {
      left:1rem;
      bottom:1rem;
      position:absolute;
      max-width:18rem;
    }

    .rvwFD {
      top:0rem;
      left:0px;
      right:0px;
      width:100%;
      bottom:0px;
      height:100%;
      display:none; /* wird von der Action ein-/ausgeblendet */;
      z-index:10;
      position:absolute;
      background:var(--bg-body);
      place-items:center;
    }

    .mNTZ {
      width:100%;
      height:100%;
      display:flex;
      position:relative;
      animation:;
      background:var(--neutral-1);
      transition:translate 600ms ease  , opacity 500ms ease;
      align-items:center;
      padding-top:2rem;
      padding-left:2rem;
      padding-right:2rem;
      padding-bottom:4rem;
      justify-content:space-between;
    }

    .mNTZ {
      
    @starting-style {
      opacity:0;
      translate:0 10rem 0;
    }
    }

    .ewsVXB {
      width:30rem;
      height:100%;
      display:flex;
      row-gap:2rem;
      max-width:100%;
      column-gap:2rem;
      align-items:center;
      justify-content:center;
    }

    .cKurjT {
      top:0px;
      right:0px;
      width:130%;
      height:130%;
      position:absolute;
      border-color:inherit;
      border-style:solid;
      border-width:13px;
      border-top-left-radius:0%;
      border-top-right-radius:64%;
      border-bottom-left-radius:0%;
      border-bottom-right-radius:0%;
    }

    .edGxxt {
      width:100%;
      display:flex;
      row-gap:0.5rem;
      column-gap:0.5rem;
      align-items:center;
      justify-content:center;
    }

    .dWSmtO {
      color:var(--primary);
      width:100%;
      aspect-ratio:1/1;
    }

    .fkfwxe {
      width:13rem;
      height:13rem;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .c-qr-scan-permission-content\:Li-87dO1zfcwlBo08mVvN {
      text-align:center;
    }

    .exrMOX {
      color:var(--overlay-a1);
      width:6rem;
      height:6rem;
    }

    .dMOyvK {
      color:var(--neutral-11);
      width:9rem;
      height:9rem;
      position:absolute;
    }

    .fidbnC {
      left:0px;
      width:130%;
      bottom:0px;
      height:130%;
      position:absolute;
      border-color:inherit;
      border-style:solid;
      border-width:13px;
      border-top-left-radius:0%;
      border-top-right-radius:0%;
      border-bottom-left-radius:64%;
      border-bottom-right-radius:0%;
    }

    .Aka-Dm {
      width:26%;
      position:relative;
      overflow-x:hidden;
      overflow-y:hidden;
      aspect-ratio:1/1;
    }

    .AsEhw {
      height:100%;
    }

    .c-qr-scan-permission-content\:YCLBvg_Kptc8w_PVdskDi {
      width:100%;
      max-width:20rem;
    }

    .c-qr-scan-permission-content\:YVAQ3IDEEFEVJj_wmkzzf {
      top:0rem;
      right:0rem;
      z-index:1;
      position:absolute;
    }

    .c-qr-scan-permission-content\:adgSpp3_oETqGa7n6nR9b {
      color:var(--neutral-8);
      width:100%;
      max-width:20rem;
    }

    .bXTmXx {
      right:0px;
      width:130%;
      bottom:0px;
      height:130%;
      position:absolute;
      border-color:inherit;
      border-style:solid;
      border-width:13px;
      border-top-left-radius:0%;
      border-top-right-radius:0%;
      border-bottom-left-radius:0%;
      border-bottom-right-radius:64%;
    }

    .c-qr-scan-permission-content\:khoGuA2JVRWpT01IjPEqs {
      text-align:center;
    }

    .c-qr-scan-permission-content\:lwvzj6b6j8X-HZROPPfoM {
      width:100%;
      max-width:20rem;
    }

    .bnMSUu {
      top:0px;
      left:0px;
      width:130%;
      height:130%;
      position:absolute;
      border-color:inherit;
      border-style:solid;
      border-width:13px;
      border-top-left-radius:64%;
      border-top-right-radius:0%;
      border-bottom-left-radius:0%;
      border-bottom-right-radius:0%;
    }

    .blehpj {
      display:flex;
      row-gap:2rem;
      column-gap:2rem;
      align-items:center;
      flex-direction:column;
      justify-content:flex-start;
    }

    .cCSBrv {
      flex:1;
      display:flex;
      align-items:center;
      justify-content:center;
    }

    .c-qr-scan-permission-content\:ykgZBrZ73K3oHWUIm6eZZ {
      text-align:center;
    }

    .example-qr-scanner\:RvvUcN3ri9YrA3liSjDxW {
      width:100%;
      height:100vh;
      max-height:40rem;
    }

    .example-qr-scanner\:e0NUOBNBbknsYTvUjlyCe {
      right:1rem;
      bottom:1rem;
      z-index:1;
      position:absolute;
    }

    .example-qr-scanner\:mtXDaahYbfBwItPWslcru {
      flex-wrap:wrap;
      flex-direction:row;
    }

    .example-cookie-banner\:DTBPRfG8uySZomsksOckb {
      flex-direction:column;
    }

    .cRQXSL {
      width:80%;
      row-gap:1rem;
      column-gap:1rem;
      margin-top:0rem;
    }

    .example-cookie-banner\:mtXDaahYbfBwItPWslcru {
      flex-wrap:wrap;
      flex-direction:row;
    }

    .example-drag-list\:-uzOXZIm3P7rR8ZHfIkkY {
      color:var(--neutral-12);
    }

    .example-drag-list\:DTBPRfG8uySZomsksOckb {
      flex-direction:column;
    }

    .eZLEgM {
      width:var(--width);
      height:var(--height);
    }

    .bhAwHE {
      gap:var(--gap);
      width:var(--width);
      height:var(--height);
      flex-wrap:var(--flex-wrap);
    }

    .bhAwHE.horizontal {
      flex-wrap:var(--flex-wrap);
      flex-direction:row;
    }

    .EfvCc {
      gap:var(--gap);
      width:var(--width);
      height:var(--height);
      flex-wrap:var(--flex-wrap);
      align-items:start;
      justify-content:start;
    }

    .EfvCc.horizontal {
      flex-wrap:var(--flex-wrap);
      flex-direction:row;
    }

    .cYEjex {
      flex:1;
    }

    .cYEjex.ghost {
      opacity:0;
    }

    .nHqli {
      gap:1rem;
      color:var(--neutral-12);
      display:flex;
      background:var(--overlay-a1);
      box-shadow:0px 2px 7px 0px #00000014;
      transition:background-color 300ms ease 0ms , box-shadow 300ms ease;
      align-items:center;
      padding-top:0.5rem;
      user-select:none;
      border-color:transparent;
      border-style:solid;
      border-width:2px;
      padding-left:0.5rem;
      border-radius:0.5rem;
      padding-right:0.5rem;
      flex-direction:row;
      padding-bottom:0.5rem;
      justify-content:space-between;
      -webkit-tap-highlight-color:transparent !important;
    }

    .bUxtrZ {
      cursor:grab;
    }

    .bUxtrZ.dragged {
      cursor:grabbing;
    }

    .c-drag-list-item-dragHandle\:HKLTP9KqXrSDRTzdL-sP7 {
      opacity:0.3;
    }

    .eLReux {
      width:2rem;
      height:2rem;
    }

    .example-drag-list\:M4ziQ1p7FORo4rb-uUQy4 {
      width:3rem;
      height:3rem;
      overflow-x:clip;
      overflow-y:clip;
      border-top-left-radius:4px;
      border-top-right-radius:4px;
      border-bottom-left-radius:4px;
      border-bottom-right-radius:4px;
    }

    .c-drag-list-item-text\:root {
      color:inherit;
    }

    .HJSXT {
      gap:1rem;
      color:var(--neutral-12);
      display:flex;
      background:var(--overlay-inverted-a2);
      box-shadow:0px 2px 7px 0px #00000014;
      transition:background-color 300ms ease 0ms , box-shadow 300ms ease;
      align-items:center;
      padding-top:0.5rem;
      user-select:none;
      border-color:transparent;
      border-style:solid;
      border-width:2px;
      padding-left:0.5rem;
      border-radius:0.5rem;
      padding-right:0.5rem;
      flex-direction:row;
      padding-bottom:0.5rem;
      justify-content:space-between;
      -webkit-tap-highlight-color:transparent !important;
    }

    .example-drag-list\:glkiVnh8J8oT750Gv1PDP {
      color:var(--neutral-5);
      font-size:var(--text-xs);
    }

    .example-drag-list\:mtXDaahYbfBwItPWslcru {
      flex-wrap:wrap;
      flex-direction:row;
    }

    .example-html-block\:-uzOXZIm3P7rR8ZHfIkkY {
      color:var(--neutral-12);
    }

    .example-html-block\:DTBPRfG8uySZomsksOckb {
      flex-direction:column;
    }

    .example-html-block\:HkrXHM4BR7Wv3gwlAjq6K {
      color:var(--neutral-12);
    }

    .drrcqJ {
      gap:0.25rem;
      width:100%;
      display:flex;
      background:#ffffff;
      margin-top:4rem;
      transition:all 200ms ease 0ms normal;
      align-items:start;
      padding-top:0.75rem;
      border-color:var(--neutral-6, #3C393F);
      border-style:solid;
      border-width:var(--border-md);
      padding-left:0.75rem;
      border-radius:var(--rounding-md);
      padding-right:0.75rem;
      flex-direction:column;
      padding-bottom:0.75rem;
      justify-content:start;
    }

    .example-html-block\:mtXDaahYbfBwItPWslcru {
      flex-wrap:wrap;
      flex-direction:row;
    }

    .example-errorhandler\:DTBPRfG8uySZomsksOckb {
      flex-direction:column;
    }

    .example-errorhandler\:mtXDaahYbfBwItPWslcru {
      flex-wrap:wrap;
      flex-direction:row;
    }

    .example-grid\:DTBPRfG8uySZomsksOckb {
      flex-direction:column;
    }

    .example-grid\:aq7WZophQMMhUjsEpq3VH {
      height:6rem;
    }

    .bAWoRV {
      gap:var(--gap);
      display:grid;
      grid-template-columns:repeat(var(--desktop), 1fr);
    }

    @media (max-width: 880px) {

    .bAWoRV {
      grid-template-columns:repeat(var(--tablet), 1fr);
    }
    }

    @media (max-width: 660px) {

    .bAWoRV {
      grid-template-columns:repeat(var(--landscape), 1fr);
    }
    }

    @media (max-width: 440px) {

    .bAWoRV {
      grid-template-columns:repeat(var(--portrait), 1fr);
    }
    }

    .example-grid\:kFuT3cpBK5-u4B9CT6Jmt {
      width:100%;
    }

    .example-grid\:mtXDaahYbfBwItPWslcru {
      flex-wrap:wrap;
      flex-direction:row;
    }

    .bjscaK {
      background:url("https://toddle.dev/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/toddle:toddle-default-image.jpg/540") center center;
      padding-top:5rem;
      padding-left:5rem;
      padding-right:5rem;
      padding-bottom:5rem;
      border-top-left-radius:var(--rounding-md);
      border-top-right-radius:var(--rounding-md);
      border-bottom-left-radius:var(--rounding-md);
      border-bottom-right-radius:var(--rounding-md);
    }

    .cOZKwm {
      background:url("https://toddle.dev/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/toddle:toddle-default-image.jpg/540") center top;
      padding-top:5rem;
      padding-left:5rem;
      padding-right:5rem;
      padding-bottom:5rem;
      border-top-left-radius:var(--rounding-md);
      border-top-right-radius:var(--rounding-md);
      border-bottom-left-radius:var(--rounding-md);
      border-bottom-right-radius:var(--rounding-md);
    }

    .example-marquee\:7DGIsGajo4TsCJEIoIXak {
      flex-wrap:wrap;
      flex-direction:row;
    }

    .example-marquee\:ImYET29N5Gkn74V3AktFE {
      flex-direction:column;
    }

    .dHZbNF {
      display:flex;
      row-gap:2rem;
      column-gap:2rem;
      padding-top:2rem;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:row;
      padding-bottom:2rem;
    }

    .eXcFTN {
      background:url("https://toddle.dev/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/toddle:toddle-default-image.jpg/540") center center / contain;
      padding-top:5rem;
      padding-left:5rem;
      padding-right:5rem;
      padding-bottom:5rem;
      border-top-left-radius:var(--rounding-md);
      border-top-right-radius:var(--rounding-md);
      border-bottom-left-radius:var(--rounding-md);
      border-bottom-right-radius:var(--rounding-md);
    }

    .eMlsvz {
      width:100%;
      display:flex;
      overflow-x:clip;
      overflow-y:clip;
      flex-direction:row;
    }

    .blaYVJ {
      width:15rem;
      height:15rem;
      background:var(--bg-2);
      margin-right:1rem;
      border-top-left-radius:var(--rounding-md);
      border-top-right-radius:var(--rounding-md);
      border-bottom-left-radius:var(--rounding-md);
      border-bottom-right-radius:var(--rounding-md);
    }

    .bZoEsC {
      width:fit-content;
      animation-name:marquee-scroll;
      animation-iteration-count:infinite;
      animation-timing-function:linear;
    }

    .ddFXhQ {
      display:flex;
      flex-direction:row;
    }

    .example-captcha\:7tcejSpixhvR7su2KqrRj {
      color:var(--text-100);
    }

    .example-captcha\:9WUcUsdVys_YOQ-pFzUCB {
      flex-wrap:wrap;
      flex-direction:row;
    }

    .example-captcha\:BzZy4Qh_-5URMJwjakjOR {
      flex-direction:row;
    }

    .example-captcha\:uBpMr-mJhwPPQhV0DT4F4 {
      flex-direction:column;
    }

    .example-multi-language\:DTBPRfG8uySZomsksOckb {
      flex-direction:column;
    }

    .bwbqim {
      width:100%;
      height:fit-content;
    }

    .c-select-language\:Kr7Z6xzjKshUWxkF2YL08 {
      width:1.25rem;
    }

    .c-select-language\:Kvc9HLm8xhDauyHjE7oYK {
      background:#ffffff00;
      align-items:center;
      border-color:black;
      border-style:None;
      border-width:1px;
      flex-direction:row;
      justify-content:space-between;
    }

    .dSKfKz {
      display:flex;
      row-gap:0.40rem;
      column-gap:0.40rem;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .c-select-language\:dlEBbkX_nogu7WVw-HO4y {
      width:1.25rem;
    }

    .example-multi-language\:mtXDaahYbfBwItPWslcru {
      flex-wrap:wrap;
      flex-direction:row;
    }

    .eNaIpP {
      gap:4rem;
      width:100%;
      max-width:1000px;
      padding-top:3rem;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:3rem;
    }

    .cnnYKH {
      gap:0.5rem;
    }

    .gjhJb {
      display:none;
    }

    @media (max-width: 1024px) {

    .gjhJb {
      width:100%;
      height:var(--header-height);
      display:flex;
      position:fixed;
      align-items:center;
      margin-left:0px;
      padding-left:1rem;
      padding-right:1rem;
      flex-direction:row;
      justify-content:space-between;
      background-color:var(--neutral-1, #121113);
      border-bottom-color:var(--neutral-5, #323035);
      border-bottom-style:solid;
      border-bottom-width:var(--border-md);
    }
    }

    .bfzmzg {
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    .bujhXV {
      gap:1.5rem;
      align-items:center;
      flex-direction:row;
      justify-content:start;
    }

    @media (max-width: 1024px) {

    .bujhXV {
      gap:0.5rem;
    }
    }

    .mobile-header\:Su2iGN6oaYrlcRHdn_j6Q {
      width:var(--interactive-height-sm);
      height:var(--interactive-height-sm);
    }

    .Components\:lJCusT34qrEsP7_zuHSyE {
      z-index:100;
    }

    .app-provider\:8XsYHwuz_385d0bvapog- {
      color:inherit;
      font-size:10px;
    }

    .app-provider\:DHC-wwwSDLkNcGUXWllVo {
      color:#757575;
      font-size:9px;
      line-height:11px;
    }

    .app-provider\:E7yUl_ojr29Du68JRKrFC {
      color:inherit;
      font-size:11px;
      margin-top:4px;
      font-weight:bold;
    }

    .app-provider\:G1YT-GIAzZTs8eSPHg4Wl {
      color:inherit;
      font-size:10px;
    }

    .cTqWpj {
      top:12px;
      color:#1d4ee2;
      right:-16px;
      width:16px;
      cursor:pointer;
      height:32px;
      display:flex;
      position:absolute;
      background:white;
      transition:all 150ms ease;
      align-items:center;
      justify-content:center;
      border-top-right-radius:4px;
      border-bottom-right-radius:4px;
    }

    .cTqWpj:hover {
      color:white;
      background:#1d4ee2;
    }

    .app-provider\:MEAoIAFZHQW_HlsxSpiSY {
      color:inherit;
      font-size:10px;
    }

    .app-provider\:XPJHFk80aIZKYKCWF_Rtf {
      color:inherit;
      font-size:11px;
      margin-top:4px;
      font-weight:bold;
    }

    .cgGrpZ {
      height:var(--height);
      position:fixed;
      align-items:start;
      pointer-events:none;
      justify-content:start;
    }

    .sc-toast-region\:root {
      display:flex;
      align-items:center;
      justify-content:flex-end;
    }

    .ui-toast-provider\:014O9K_iYNtOrIAxbLF7h {
      width:100%;
      display:flex;
      position:relative;
      max-width:360px;
      transition:height 150ms ease 0ms normal;
      flex-direction:column;
    }

    .bHYIqa {
      top:var(--top);
      width:100%;
      position:absolute;
      pointer-events:all;
    }

    .bHYIqa.swipe-out-top {
      translate:0 -100%;
    }

    .bHYIqa.swipe-out-right {
      translate:100% 0px;
    }

    .bHYIqa.swipe-out-bottom {
      translate:0 100%;
    }

    .bHYIqa.swipe-out-left {
      translate:-100% 0px;
    }

    .ui-toast\:root {
      color:var(--text-100);
      width:100%;
      opacity:0;
      row-gap:0.5rem;
      z-index:10;
      min-width:12rem;
      translate:0 16px;
      background:var(--dashboard-bg-body);
      box-shadow:var(--shadow-2);
      column-gap:0.5rem;
      margin-top:0.75rem;
      margin-left:0.75rem;
      padding-top:1rem;
      border-color:var(--dashboard-border);
      border-style:solid;
      border-width:var(--border-md);
      margin-right:0.75rem;
      padding-left:1rem;
      margin-bottom:0.75rem;
      padding-right:1rem;
      padding-bottom:1rem;
      border-top-left-radius:var(--rounding-sm);
      border-top-right-radius:var(--rounding-sm);
      border-bottom-left-radius:var(--rounding-sm);
      border-bottom-right-radius:var(--rounding-sm);
    }

    .ui-toast\:root.open {
      opacity:1;
      translate:0 0px;
      transition:translate 250ms ease 0ms normal, top 150ms ease 0ms normal;
    }

    .ui-toast\:root.closing {
      opacity:0;
      translate:0 -16px;
    }

    .ui-toast\:root.open-transition {
      transition:all 250ms ease 0ms normal;
    }

    .ui-toast\:root.close-transition {
      transition:all 150ms ease 0ms normal;
    }

    .ui-toast\:root.success {
      color:var(--text-100);
      background:var(--success-bg);
      border-color:var(--success-6, #145750);
      border-style:solid;
      border-width:1px;
    }

    .ui-toast\:root.warning {
      color:var(--text-100);
      background:var(--warning-bg);
      border-color:var(--warning-6, #5C3D05);
      border-style:solid;
      border-width:1px;
    }

    .ui-toast\:root.critical {
      color:var(--text-100);
      background:var(--critical-bg);
      border-color:var(--critical-6, #6F2539);
      border-style:solid;
      border-width:1px;
    }

    .ui-toast\:1m5KziJJeQvhtAhqAtd4q {
      top:0.5rem;
      right:0.5rem;
      z-index:1;
      position:absolute;
    }

    .ui-toast\:88tanwppGWp6C0dRvkHxv {
      color:inherit;
      font-weight:var(--semi);
    }

    .fpDBIA {
      gap:0.5rem;
      display:flex;
      align-items:center;
      padding-right:4rem;
      flex-direction:row;
      justify-content:flex-start;
    }

    .ui-toast\:cb4pp82RmUA7oQYSLF-qs {
      color:var(--text-075);
    }

    .ezeRiZ {
      width:var(--width);
      height:var(--height);
      position:fixed;
      align-items:start;
      pointer-events:none;
      justify-content:start;
    }

    .ui-toast-provider\:cgQCN3vQO76a8bGIQLf9v {
      align-items:end;
      padding-top:1.25rem;
      padding-left:1.25rem;
      padding-right:1.25rem;
      padding-bottom:1.25rem;
      justify-content:start;
    }

    @media (max-width: 1024px) {

    .ui-toast-provider\:cgQCN3vQO76a8bGIQLf9v {
      align-items:center;
      justify-content:start;
    }
    }

    .app-provider\:__CyKUnc_Cn1qn-5ou8Wi {
      color:inherit;
    }

    .app-provider\:dw6S0Ist5IglyEoGjvDow {
      color:inherit;
      font-size:10px;
    }

    .ui-alert-dialog\:0cypBjiMpVNTXiQbwzqFa {
      padding-top:1rem;
      padding-left:1rem;
      padding-right:1rem;
      padding-bottom:1rem;
    }

    .ui-alert-dialog\:cMhFTCIvse6la-UMNF2dk {
      opacity:0;
      background-color:var(--overlay-inverted-a9, #000000b3);
    }

    .ui-alert-dialog\:cMhFTCIvse6la-UMNF2dk.open {
      opacity:1;
    }

    .ui-alert-dialog\:cMhFTCIvse6la-UMNF2dk.open-transition {
      transition:opacity 300ms ease 0ms normal;
    }

    .ui-alert-dialog\:cMhFTCIvse6la-UMNF2dk.close-transition {
      transition:opacity 300ms ease 0ms normal;
    }

    .bOrScc {
      flex:1;
      display:flex;
      align-items:flex-end;
      justify-content:flex-start;
    }

    .c-error-content\:2_tsOXSxZ7w_P7I0YsqnA {
      opacity:0.75;
    }

    .ui-alert-dialog-content\:root {
      width:100%;
      opacity:0;
      max-width:28rem;
      translate:0 20px;
      background:var(--dashboard-bg-1);
      box-shadow:var(--shadow-2);
      padding-top:1.5rem;
      border-color:var(--dashboard-border);
      border-style:solid;
      border-width:var(--border-md);
      padding-left:1.5rem;
      padding-right:1.5rem;
      padding-bottom:1.5rem;
      border-top-left-radius:var(--rounding-md);
      border-top-right-radius:var(--rounding-md);
      border-bottom-left-radius:var(--rounding-md);
      border-bottom-right-radius:var(--rounding-md);
    }

    .ui-alert-dialog-content\:root.open {
      opacity:1;
      translate:0 0px;
    }

    .ui-alert-dialog-content\:root.open-transition {
      transition:all 320ms ease 0ms normal;
    }

    .ui-alert-dialog-content\:root.close-transition {
      transition:all 200ms ease 0ms normal;
    }

    .c-error-content\:2msB_7LGawLL2f79n-Bg4 {
      max-width:100%;
      min-width:24rem;
    }

    .c-error-content\:3xahTlUPxAYKgBAcVeTu1 {
      display:flex;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .c-error-content\:5oPLdgw6vd39q4yCQJg0b {
      min-width:9rem;
      margin-top:1rem;
    }

    .c-error-content\:6nqFKZ2Dlfi6BkYF0KVSG {
      display:flex;
      row-gap:1rem;
      column-gap:1rem;
      align-items:flex-start;
      justify-content:flex-start;
    }

    .ewdaXP {
      width:100%;
      row-gap:0rem;
      column-gap:0rem;
      margin-top:1rem;
    }

    .c-error-content\:A5BHil9jE97GgMYpZ_6IL {
      color:var(--success-primary);
    }

    .c-error-content\:CD9mQpxKNtgUGUbViPn7a {
      width:100%;
      opacity:0.75;
      padding-top:1rem;
    }

    .dvjCZF {
      display:flex;
      row-gap:1remi;
      column-gap:1remi;
      text-align:center;
      align-items:center;
      flex-direction:column;
      justify-content:flex-start;
    }

    .dViIGM {
      width:100%;
      row-gap:0.25rem;
      column-gap:0.25rem;
    }

    .c-error-content\:PkzdsQm4TQeSEZATEKxkN {
      color:var(--text-050);
      text-align:left;
    }

    .c-error-content\:RTQatS7PZWstkVpZbSRJQ {
      color:var(--text-100);
      font-size:var(--text-lg);
      text-align:left;
      font-weight:var(--bold);
    }

    .ui-alert-dialog-button-primary\:xR7ymzGvQufV8qrDjOfOu {
      min-width:9rem;
    }

    .c-error-content\:THX0fcjze_maiqiWXkzPG {
      min-width:8rem;
    }

    .eVwkkw {
      width:100%;
      height:3rem;
      display:flex;
      row-gap:1rem;
      z-index:2;
      column-gap:1rem;
      text-align:center;
      align-items:flex-start;
      margin-bottom:-3rem;
      flex-direction:row;
      justify-content:flex-end;
    }

    .c-error-content\:aSMMx2ofJnuhmI6aIoP-- {
      color:var(--text-050);
      text-align:left;
    }

    .c-error-content\:btZHSAUU-iC6wF3_Q4H5S {
      font-size:var(--text-lg);
      text-align:left;
      font-weight:var(--bold);
    }

    .c-error-content\:fiz96wUzwO4IGAwlXqFsh {
      width:100%;
      opacity:0.75;
    }

    .c-error-content\:gJTI-uElofh2bQVcHEfxx {
      margin-bottom:0.25rem;
    }

    .c-error-content\:gViYjYjmvkEbtaBMsFmnm {
      color:var(--critical-primary);
    }

    .iFzkx {
      width:100%;
      display:flex;
      row-gap:1rem;
      column-gap:1rem;
      align-items:flex-end;
      justify-content:flex-end;
    }

    .c-error-content\:tjkU6exLBtKItNvGEEEFB {
      display:flex;
      row-gap:1rem;
      column-gap:1rem;
      align-items:flex-start;
      justify-content:flex-start;
    }

    .c-error-content\:vXVPXBmHbM51NlpKZI-hp {
      color:var(--text-100);
      font-weight:var(--semi);
    }

    .bNfNZw {
      row-gap:0.25rem;
      column-gap:0.25rem;
    }

    .c-error-content\:zlKQLKkgHAKmP5hALtJOv {
      color:var(--text-075);
      text-align:left;
    }

    .app-provider\:pXyg-W_6N6crVJy1kQmPl {
      color:#1d4ee2;
      bottom:2px;
      font-size:13px;
      font-weight:bold;
    }

    .fvOOzE {
      top:20vh;
      left:0px;
      color:black;
      width:180px;
      z-index:999999;
      position:fixed;
      translate:-180px 0 0;
      background:white;
      transition:translate 300ms ease;
      padding-top:10px;
      padding-left:10px;
      padding-right:10px;
      padding-bottom:10px;
    }

    .fvOOzE.open {
      translate:0px 0 0;
    }

    .bTByeV {
      width:68rem;
      display:flex;
      row-gap:1.5rem;
      max-width:100%;
      translate:0 0% 0;
      background:var(--bg-1);
      box-shadow:var(--shadow-2);
      column-gap:1.5rem;
      overflow-x:hidden;
      overflow-y:hidden;
      transition:translate 600ms ease 100ms;
      align-items:flex-end;
      margin-left:auto;
      padding-top:1rem;
      border-color:var(--overlay-inverted-a2);
      border-style:solid;
      border-width:var(--border-md);
      margin-right:auto;
      padding-left:1rem;
      margin-bottom:1rem;
      padding-right:1rem;
      flex-direction:column;
      padding-bottom:1rem;
      justify-content:space-between;
      border-top-left-radius:var(--rounding-md);
      border-top-right-radius:var(--rounding-md);
      border-bottom-left-radius:var(--rounding-md);
      border-bottom-right-radius:var(--rounding-md);
    }

    .bTByeV {
      
    @starting-style {
      translate:0 100% 0;
      padding-top:0px;
      padding-bottom:0px;
    }
    }

    .c-cookie-banner-settings\:-jt6Ic_I63_dWZZ-G877r {
      width:fit-content;
    }

    .LGjNi {
      flex:1;
      display:flex;
      row-gap:0.5rem;
      column-gap:0.5rem;
      align-items:flex-start;
      justify-content:space-between;
    }

    .ecocdk {
      width:100%;
      display:flex;
      row-gap:2rem;
      column-gap:2rem;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .c-cookie-banner-settings\:PgqnoGGH7Pu7EwLm-XUZI {
      width:100%;
      row-gap:3rem;
      column-gap:3rem;
    }

    .c-cookie-banner-settings\:Vxx1l7Z-ncf6ycxrvD6oX {
      width:fit-content;
    }

    .c-cookie-banner-settings\:fbFJSHWMjBewzmJJQ0YVD {
      width:fit-content;
    }

    .eeycFF {
      display:flex;
      row-gap:0.5rem;
      flex-wrap:wrap;
      max-width:100%;
      column-gap:0.5rem;
      flex-direction:row;
    }

    .c-cookie-banner-settings\:t8RnivY9NiWN2Qil9kLCX {
      width:fit-content;
    }

    .drymbc {
      width:100%;
      display:flex;
      row-gap:1.75rem;
      flex-wrap:wrap;
      column-gap:1.75rem;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .eFyaGx {
      left:0px;
      right:0px;
      bottom:0rem;
      z-index:2000;
      position:fixed;
      padding-left:0rem;
      padding-right:0rem;
    }

    .cYsmTd {
      width:31rem;
      display:flex;
      row-gap:1.5rem;
      flex-wrap:wrap;
      max-width:100%;
      background:var(--bg-1);
      box-shadow:var(--shadow-1);
      column-gap:1.5rem;
      transition:opacity 400ms ease;
      align-items:center;
      margin-left:auto;
      padding-top:1.5rem;
      margin-right:1rem;
      padding-left:1.5rem;
      margin-bottom:1rem;
      padding-right:1.5rem;
      flex-direction:row;
      padding-bottom:1.5rem;
      justify-content:space-between;
      border-top-left-radius:var(--rounding-md);
      border-top-right-radius:var(--rounding-md);
      border-bottom-left-radius:var(--rounding-md);
      border-bottom-right-radius:var(--rounding-md);
    }

    .cYsmTd {
      
    @starting-style {
      opacity:0;
    }
    }

    .c-cookie-banner-popup\:12UHIx9mJm1CgXohsQlO4 {
      color:var(--text-075);
    }

    .neZgr {
      width:100%;
      display:flex;
      row-gap:0.5rem;
      column-gap:0.5rem;
      align-items:center;
      flex-direction:row;
      justify-content:flex-end;
    }

    @media (max-width: 640px) {

    .neZgr {
      width:100%;
      flex-direction:column-reverse;
    }
    }

    .eejJpk {
      display:flex;
      row-gap:1rem;
      max-width:100%;
      column-gap:1rem;
      align-items:center;
      flex-direction:row;
      justify-content:flex-start;
    }

    .c-cookie-banner-popup\:UlsYdP2NdjOj3ECEHIV6u {
      width:9rem;
    }

    @media (max-width: 640px) {

    .c-cookie-banner-popup\:UlsYdP2NdjOj3ECEHIV6u {
      width:100%;
      min-width:9rem;
    }
    }

    .c-cookie-banner-popup\:dJw4eg7o_B3WnmoY0Tp-O {
      min-width:9rem;
    }

    @media (max-width: 640px) {

    .c-cookie-banner-popup\:dJw4eg7o_B3WnmoY0Tp-O {
      width:100%;
    }
    }